Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Digest Authentication encoding issue

by Nik (Initiate)
on Mar 21, 2008 at 13:38 UTC ( [id://675412]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open FILE, ">$ENV{'DOCUMENT_ROOT'}/some_path/some_other_path/some_pass
    +_file" or die $!;
    
       print FILE "webmaster:realm made by greek chars!:"  .Digest::MD5::m
    +d5_hex("webmaster:realm made by greek chars!:password") ."\n";
    
    close FILE;
    
  2. or download this
    open FILE, ">:encoding(iso-8859-1)", "$ENV{'DOCUMENT_ROOT'}/some_path/
    +some_other_path/some_pass_file" or die $!;
    
       print FILE "webmaster:realm made by greek chars!:"  .Digest::MD5::m
    +d5_hex("webmaster:realm made by greek chars!:password") ."\n";
    
    close FILE;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://675412]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found