perlnovice
Technical User
I know this must be a very simple question, but how do you pass a variable?
For example, this doesn't work when I try it:
$variable = somefile;
$ftp->get("$variable"
;
Any help would be much appreciated.
--Perlnovice
For example, this doesn't work when I try it:
$variable = somefile;
$ftp->get("$variable"
Any help would be much appreciated.
--Perlnovice