Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        last if $input eq "0";
    }
    exit 0;
    
  2. or download this
    $ perl test_argv.pl one two three
    one
    ...
    three
    Hit return or enter 0 to exit
    0