Help for this page

Select Code to Download


  1. or download this
    foreach $arg (@ARGV) { $string = $string . "+" . "$arg" } # parsing ha
    +ck
    $string =~ s/^\+//g; # hack to hack the parsing hack