Help for this page
Select Code to Download
Select
or
download this
print "$_=(".eval($_).")\n" for qw( );
Select
or
download this
print "$_=(".eval(qq("$_")).")\n" for qw( );
Select
or
download this
print "$_=(".join(",",eval$_).")\n" for qw( );