Help for this page

Select Code to Download


  1. or download this
    my $file;
    if ( $ENV{PAR_TEMP} ) {
    ...
    }
    my $config = plugin 'Config' => { file => $file };
    
  2. or download this
            push @ARGV, qw(
               daemon -m production -l http://127.0.0.1:3000
            );
    
  3. or download this
            push @ARGV, qw(
               $0 daemon -m production -l http://127.0.0.1:3000
            );