it will give you this output :my @bar = qw(One Two Three); my $foo = "bar"; print "***" . $foo . "***\n"; my($baz); foreach $baz (@bar) { print $baz. "\n"; }
In reply to Re: Create an array reference from a string
by boby_drack
in thread Create an array reference from a string
by xorl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |