Help for this page

Select Code to Download


  1. or download this
    open(IPFILE,"<iplist.txt"); # open readonly
        || die "Could not open iplist.txt:$! \n";
    
  2. or download this
    @openip = split('.',$stip); # split(/\./,$stip);