NeverMore has asked for the wisdom of the Perl Monks concerning the following question:
Any ideas? -NMuse CGI qw(:all); use Net::FTP; $file2 = upload('T3') or stufferror(); # Upload() returns a filehandle +. stufferror() isn't executed at all. # some more stuff goes here (FTP connection established) $ftp->put_unique($file2,'stuff.txt') or uploaderror(); # this error is + executed. It says 'Bad File descriptor'. # rest of stuff
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: NeverMore
by lhoward (Vicar) on Jun 03, 2000 at 01:26 UTC | |
|
Re: NeverMore
by chromatic (Archbishop) on Jun 07, 2000 at 01:59 UTC | |
|
Re: NeverMore
by BigJoe (Curate) on Jun 03, 2000 at 01:18 UTC |