package Getopt::Long; our @ISA = qw(Exporter); our @EXPORT = qw(GetOptions); sub GetOptions {}