Help for this page

Select Code to Download


  1. or download this
    $_ = join'',<>;
    ($re=$_)=~
    ...
    die $@ if $@=~/unmatched/i;
    s/$re//g;
    print;