in reply to Please explain ${*$ftp}{'net_ftp_host'} = $host; # Remote hostname
that dereferences the typeglob, then accesses the hash portion of the glob.${*$ftp}{'net_ftp_host'}
There's a (better :) discussion of this in Advanced Perl Programming.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Please explain ${*$ftp}{'net_ftp_host'} = $host; # Remote hostname
by princepawn (Parson) on Sep 13, 2000 at 23:20 UTC |