Help for this page

Select Code to Download


  1. or download this
    #...
      open(PLAINTEXT,">Plain") || print "Error to write to the file";
    ...
      $plaintext = <PLAINTEXT>;
      close(PLAINTEXT);
    #...
    
  2. or download this
    #...
    $plaintext = "$server\|$login\|$password\n";
    #...