Help for this page

Select Code to Download


  1. or download this
    <foo/>
    
  2. or download this
    use strict;
    use warnings;
    ...
    Start: foo
    End:   foo
    Finally done
    
  3. or download this
    Foo/Bar.pm
    
    ...
     
    $parser->parse($doc);
    print "Finally done\n";
    
  4. or download this
    '<foo/>
    '
    Start: foo
    50356: terminated with signal 4 -- core dumped
    
  5. or download this
    '<foo/>
    '
    Start: foo
    13000: terminated with signal 11 -- core dumped
    
  6. or download this
    '<foo/>
    '
    Start: foo
    End:   foo
    corrupted regexp pointers at (eval 1) line 1.