is it this???# Read a text file and print it out while (<$file>) { print; # Copy a binary file to somewhere safe open (OUTFILE,">>/usr/local/web/users/feedback"); while ($bytesread=read($file,$buffer,1024)) { print OUTFILE $buffer; } }
Calilo
thanks alot HopesIn reply to Re: Uploading files to server
by Calilo
in thread Uploading files to server
by Calilo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |