Help for this page

Select Code to Download


  1. or download this
    # assuming a record starts with a space...
    my @records = split '\n ',$data;
    ...
    for (@records) {
      my @values = /$re/;
    }
    
  2. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.