Thread perl code um text files unix2dos konvertieren (37 answers)
Opened by cc at 2004-06-20 04:16

cc
 2004-06-21 11:24
#83616 #83616
User since
2004-01-09
55 Artikel
BenutzerIn
[default_avatar]
Code: (dl )
1
2
3
4
5
open FILE, '<', $file or die "open $file $!";
binmode FILE, 'encoding(cp850)' or die $!;
$ftp->put (\*FILE) or die "$server: cannot put $file: " . $ftp->message;

$ftp->put(local,server);

syntax error at conv.cgi line 30, near "local,"
Execution of conv.cgi aborted due to compilation errors.

View full thread perl code um text files unix2dos konvertieren