1 2 3 4 5 6
package Getopt::Long; our @ISA = qw(Exporter); our @EXPORT = qw(GetOptions); sub GetOptions {}