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

steffenw
 2004-06-21 15:54
#83620 #83620
User since
2003-08-15
692 Artikel
BenutzerIn
[Homepage] [default_avatar]
Quote
put ( LOCAL_FILE [, REMOTE_FILE ] )

Put a file on the remote server. LOCAL_FILE may be a name or a filehandle. If LOCAL_FILE is a filehandle then REMOTE_FILE must be specified. If REMOTE_FILE is not specified then the file will be stored in the current directory with the same leafname as LOCAL_FILE.
Returns REMOTE_FILE, or the generated remote filename if REMOTE_FILE is not given.

NOTE: If for some reason the transfer does not complete and an error is returned then the contents that had been transfered will not be remove automatically.


Probiere mal FILE anstatt \*FILE, ich habe das auch noch nicht gemacht.\n\n

<!--EDIT|steffenw|1087818925-->
$SIG{USER} = sub {love 'Perl' or die};

View full thread perl code um text files unix2dos konvertieren