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