Help for this page

Select Code to Download


  1. or download this
    $fname="$fname.last";
    $RoutersLastState->parsefile($fname);
    print "Loaded Last State\n";
    
  2. or download this
    $RoutersLastState->parsefile("$fname.last");
    print "Loaded Last State\n";