Help for this page

Select Code to Download


  1. or download this
    @line = split/\s/,$line_read_in;
    
  2. or download this
    foreach my $filename (@line) {
        push (@list_of_filenames, $filename)
    }