Help for this page

Select Code to Download


  1. or download this
    open (CONFIG_FILE,"$config_file") or die "Can't open $config_file";
    
    ...
    }
    print $bar,$/;
    close(CONFIG_FILE) or die;