Help for this page

Select Code to Download


  1. or download this
    $_ = join ('', <STDIN>);
    s/\blocal(\s*\(?([\$\@\%][a-zA-Z0-9_]*\s*,?\s*)+\)?\s*[;=])/my$1/g;
    print;