Help for this page

Select Code to Download


  1. or download this
    string:    <perl_quotelike>
        { if ($item[1][0] =~ /^(qx|s|tr|y)$/ or  # no perl commands
    ...
          { $return = eval "" . join('', @{$item[1]}) }
          (defined $return)
        }