NAME

Getopt::Lazier - Lazy Getopt-like BS

VERSION

Version 0.01

SYNOPSIS

`my ($opt, @DARG) = Getopt::Lazier->new(@ARGV);`

EXAMPLE USAGE

echo ' use lib "./lib"; use Getopt::Lazier; my ($opt, @DARG) = Getopt::Lazier->new(@ARGV); use Data::Dumper; print Dumper([$opt, \@DARG]) ' > lazyscript.pl perl lazyscript.pl -help a b c d -meow=5345923

$VAR1 = [ { 'meow' => '5345923', 'help' => 1 }, [ 'a', 'b', 'c', 'd' ] ];

EXPORT

eh, maybe later

SUBROUTINES/METHODS

new

The laziest way to parse arguments tho

AUTHOR

Jojess Fournier, <jojessfournier at gmail.com>, Dave Maez

BUGS

Please report any bugs or feature requests to bug-getopt-lazier at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Getopt-Lazier. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Getopt::Lazier

You can also look for information at:

https://github.com/jojessf/GetOptLazier

ACKNOWLEDGEMENTS

Thanks to Dave for the ENV addition. Also for being awesome. :3

LICENSE AND COPYRIGHT

This software is Copyright (c) 2024 by Jojess Fournier.

This is free software, licensed under:

GNU GENERAL PUBLIC LICENSE 3.0