my $load_attribs_for_command; foreach (@ARGV) { if ($commands{$_}) { $load_attribs_for_command='_load_attribs_'.$_; last; } }
ARGV