Help for this page

Select Code to Download


  1. or download this
    ...
        say "  After when /abc/";
        when (/def/) {say "    Got 'def'"; next;}
        say "  After when /def/";
    ...