in reply to Interpolating strings within strings
while (my $command = $ftpgizmo->next_ftp_command ) { print OUT eval qq{"$command\n"}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Interpolating strings within strings
by Darby (Sexton) on Sep 29, 2004 at 16:47 UTC | |
by ikegami (Patriarch) on Sep 29, 2004 at 17:44 UTC |