Option Handling
my $load_attribs_for_command; foreach (@ARGV) { if ($commands{$_}) { $load_attribs_for_command='_load_attribs_'.$_; last; } }
Proto
we haven't parsed the command line yet.my $load_attribs_for_command; foreach (@ARGV) { if ($commands{$_}) { $load_attribs_for_command='_load_attribs_'.$_; last; } }
Proto
we haven't parsed the command line yet.