Help for this page

Select Code to Download


  1. or download this
    use feature qw(say);
    use strict;
    ...
    say "@opt_a";
    say "@opt_b";
    
  2. or download this
    ./pm-886569 -a a1 a2 -b b1 b2
    a1 a2
    b1 b2