Help for this page

Select Code to Download


  1. or download this
        open(CONFIG, $_[0]) or die "Could not open config file $_[0]\n";
    
  2. or download this
        open(CONFIG, "<$_[0]") or die "Could not open config file $_[0]\n"
    +;