Help for this page

Select Code to Download


  1. or download this
    local $/ = "\n}\n";
    while (<>) {
    ...
       /$3$2$1/xsm;
       print;
    }
    
  2. or download this
    local $/ = "\n}\n";
    while (<>) {
    ...
       /$2$1/xm;
       print;
    }