Help for this page

Select Code to Download


  1. or download this
     (my $hex_user=$user)=~s/(.)/sprintf("%02x",ord($1))/egs;
      print "User: '$user' = '$hex_user'\n";
    
  2. or download this
    $user=~s/\x0D\x0A$//;