Help for this page

Select Code to Download


  1. or download this
    $substr = sub {
       if (@_ == 2) {
    ...
    };
    
    print($substr->('abc', 1), "\n");