Help for this page

Select Code to Download


  1. or download this
    for(@ARGV) {
     die "Backslash" if $_ =~ /\\/;
    }
    
  2. or download this
    perl script.pl "arg\one"