Help for this page

Select Code to Download


  1. or download this
    package RegexInput;
    
    ...
    while (my $line=$buf->get_line(qr/\n\}/)) {
      print $line,"\n","="x50,"\n";
    }
    
  2. or download this
    package RegexInput;
    
    ...
    
    
    ==================================================