in reply to Losing Credentials, Auth Basic and WWW::Mechanize
bemy @args = ( Authorization => "Basic ".MIME::Base64::encode($user.':'.$pw ) );
my %args= ('Authorization'=>"Basic".MIME::Base64::encode($user.':'.$pw +));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Losing Credentials, and Stumped by WWW::Mechanize::Shell startup error.
by hesco (Deacon) on Nov 14, 2006 at 02:38 UTC | |
by jonsmith1982 (Beadle) on Nov 14, 2006 at 03:18 UTC | |
by hesco (Deacon) on Nov 14, 2006 at 05:33 UTC |