gohaku <[EMAIL PROTECTED]> wrote:

: Hi everyone,
: I was just curious if there is someway to add a
: variable when using qw. I am trying to do the
: following:

[snip]

my $foo = 'bar';
my @arr = ( qw(foo bar), $foo );


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to