Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        last quit if $value == 5;
        print "$value\n";
    }
    
  2. or download this
    1
    Exiting subroutine via last at noname1.pl line 11.
    ...
    3
    4
    Exiting subroutine via last at noname1.pl line 11.