EasyArgs - Perl module for easily handling command line arguments.


NAME

EasyArgs - Perl module for easily handling command line arguments.


SYNOPSIS

        use EasyArgs('EzArgs');
        my %args = EzArgs;
        if(exists($args{'-l'}))
                {
                print "-l log file value is ". ($args{'-l'}) ."\n";
                }


DESCRIPTION

 EasyArgs - Perl module for easily handling command line arguments.