Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        test ( @$argtest );
        print "\n";
    }
    
  2. or download this
    PASSING: (-len 1111)
    final %opts result: $VAR1 = {
    ...
              'Alpha',
              'Bravo'
            ];
    
  3. or download this
    use Sub::Getopt::Long qw( longargs );
    
    ...
    
    }