my $file; if ( $ENV{PAR_TEMP} ) { print $ENV{PAR_TEMP}, "\n"; $file = $ENV{PAR_TEMP} . "/inc/script/test.conf"; } else { $file = 'test.conf'; } my $config = plugin 'Config' => { file => $file }; #### push @ARGV, qw( daemon -m production -l http://127.0.0.1:3000 ); #### push @ARGV, qw( $0 daemon -m production -l http://127.0.0.1:3000 );