Help for this page

Select Code to Download


  1. or download this
    Getopt::Long::GetOptions
    (
    ...
            push @xls, pop @_;    # <-- Add this
        },
        ...
    
  2. or download this
    print "Input given form \@xls: ".@xls."\n";
    
  3. or download this
    print "Input given form \@xls: ", join(', ', @xls), "\n";