Help for this page

Select Code to Download


  1. or download this
    my @a;
    my @b;
    ...
    if ( scalar(@a) !=2 || scalar(@b) !=2 ){
      # shout at user here
    }
    
  2. or download this
    perl the_script -a 1 -a 2 -b 10 -b 30
    
  3. or download this
    perl the_script -a 1,2 -b 10,30