in reply to Re: Expanding a variable
in thread Expanding a variable
$ perl -E 'my $x = 3; say "foo\$x"' foo$x
(Agreed on the thre-argument open though)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Expanding a variable
by Utilitarian (Vicar) on Sep 09, 2010 at 14:03 UTC |