This syntax is valid, but I don't think it does what you want to do:
$ftpobj -> put ($dir/$thefile);
(Try "$thefile = '0'" for some infinite fun.)
I think you mean:
$ftpobj->put( "$dir/$thefile" );
I'm not sure that's really the problem you're describing, however. Is this really the code you're using?
In reply to Re: Bug in perl?
by kyle
in thread Bug in perl?
by MaxDes
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |