- or download this
use warnings;
use strict;
...
$ perl 11140961c.pl --first --second --year --first --second --second
+--first
Unknown option: year
Invalid options passed to 11140961c.pl
- or download this
use warnings;
use strict;
...
$ perl 11140961.pl --first --second --year --first --second --second -
+-first
Unknown option: year
Invalid options passed to 11140961.pl
- or download this
use warnings;
use strict;
...
$ perl 11140961b.pl --first --second --year --first --second --second
+--first
Unknown option: year
Invalid options passed to 11140961b.pl