Help for this page

Select Code to Download


  1. or download this
    @rangelist = (); #just keeps dumping the data stored there.
    
  2. or download this
    unless($_ =~ /^\d+\.\d+\.\d+\.\d+/) {
       unless ($key eq "") {
    ...
    } else {
       push(@$rangelist,$_);
    }