Help for this page

Select Code to Download


  1. or download this
    print "$_=(".eval($_).")\n" for qw( );
  2. or download this
    print "$_=(".eval(qq("$_")).")\n" for qw( );
  3. or download this
    print "$_=(".join(",",eval$_).")\n" for qw( );