As far as I know, "*" is a typeglob representing $ftp %ftp @ftp and ftp, but why are they using that here? Shouldn't the code just say $ftp->{'net_ftp_host'} = $host; ?${*$ftp}{'net_ftp_host'} = $host; # Remote hostname ${*$ftp}{'net_ftp_type'} = 'A'; # ASCII/binary/etc mode ${*$ftp}{'net_ftp_blksize'} = abs($arg{'BlockSize'} || 10240);
In reply to Dollar Bracket Star ${*...} by snoopyjc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |