Help for this page

Select Code to Download


  1. or download this
      close(OUT);
      @List;
    }
    
  2. or download this
      close(OUT);
      return @List;
    }
    
  3. or download this
    while (<IN>) {
      s/,//;
      @Fields = split ' ';
    ...
      push @List, "$Slot $Type $Lable";
    }
    # You also never write anything to OUT