Help for this page

Select Code to Download


  1. or download this
    public void readExternal () {
        ... '}' /* this } is NOT the end as well */
    }
    
  2. or download this
    use Regexp::Common;
    
    local $_ = join '',<>;
    ...
            $code .= $1;
    }
    print "CODE\n$code\n";