$ARGV problem

B

bobby_neel

I have the following perl script but when I use the $ARGV variabe and
try to run in the unix it gives me error. The name of the file is
FTP_FILE

if($ftp_status==0) {
print "\nPut file $FILENAME";

# Quit the FTP session

$ftp->quit() or warn "\nCouldn't quit";
} else {
print "\nFailed to put file.";
$ARGV[2] ="Failed to put the file";
}
The error message is

Unrecognized character \xBA at FTP_FILE line 64.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top