Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -e 'next last;'
    next (last);
    -e syntax OK
    
  2. or download this
    $ perl -MO=Deparse -e 'last last;'
    last (last);
    -e syntax OK