Help for this page

Select Code to Download


  1. or download this
    chomp($file=<stdin>);
    die "horribly\n" if /^aaa\[/;
    do something if /(\d+)\|\Q$file\E$/;