Help for this page

Select Code to Download


  1. or download this
    while (<DATA>)
    {
    ...
        
        $parse->Para($_);
    }
    
  2. or download this
    my $text = do { local $/; <DATA> };
    $parse->Para($text);
    
  3. or download this
    /.*$/
    
  4. or download this
    /[^\n]+/