in reply to
variable with $$
You can do this with
my $name = "Sam"; my $newvar = '$' . $name;
[download]
-Mark
Comment on
Re: variable with $$
Download
Code
Replies are listed 'Best First'.
Re: Re: variable with $$
by
Anonymous Monk
on Apr 08, 2004 at 05:04 UTC
thanks all
[reply]
In Section
Seekers of Perl Wisdom