use Getopt::Long; my $instance = 'budget_default'; GetOptions( 'instance|i' => \$instance ); my $conf = Gantry::Conf->retrieve( { instance => $instance } );