Help for this page

Select Code to Download


  1. or download this
    my @args = (
            Authorization => "Basic ".MIME::Base64::encode($user.':'.$pw )
    );
    
  2. or download this
    my %args= ('Authorization'=>"Basic".MIME::Base64::encode($user.':'.$pw
    +));