Help for this page

Select Code to Download


  1. or download this
    my $file = '1174639.conf';
    my $buf = `cat $file`;
    my @conf;
    eval( $buf );
    
  2. or download this
    my @conf = do '1174639.conf';
    
  3. or download this
    # set up the @conf array
    my(@conf);
    ...
    else{
       @conf = @default_conf;
       }