Help for this page

Select Code to Download


  1. or download this
    @results = grep( /^$line[3]/, @raw_data);
    
  2. or download this
    1235 some text data
    784783 some other data
    
  3. or download this
    my $search_for = "text";
    my $re = qr/^(\d+)\s+\Q$search_for\E/;
    ...
       print "$1\n";
    }
    close D;
    
  4. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.