Help for this page

Select Code to Download


  1. or download this
    my $self = { opt => {}, };
    getopts('f:v:i:a',$self->{opt}); # -f field -v value -i 
        
    # what file(s) did user specify.
    my $files = @ARGV; # only gets fed if arg flags are called via cli bef
    +ore the file list