#... open(PLAINTEXT,">Plain") || print "Error to write to the file"; print PLAINTEXT "$server\|$login\|$password\n";· local $/; $plaintext = ; close(PLAINTEXT); #...