If you want to write a binary file, you must use the pack function. You can see a good tutorial at http://www.perlfect.com/articles/perlfile.shtml [^]. TiGuCo
T
TiGuCo
@TiGuCo
Posts
-
Hex editing a binary file - is this possible with PERL or VBS -
File Transfer using PerlHi, you can try Net::FTP module. It's a very efficient and simple way to work with ftp in Perl. If you want to just upload some files from a shell script, without using Perl, you can use wput to upload or wget to download. But I think that using Perl with Net::FTP is better. TiGuCo.