Help for this page

Select Code to Download


  1. or download this
    s/\A (?:$line_regex){0, $header_lines}   //x;
  2. or download this
    chomp $whole_input;
    parse( $_ ) for split /\n/, $whole_input;