Help for this page

Select Code to Download


  1. or download this
        printf $file "%s:%s\n", $username, $password;
    
  2. or download this
        use Favourite::Encryption::Module qw[encrypt];
        printf $file "%s:%s\n", $username, encrypt $password;