Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use strict;
    use XML::LibXML;
    ...
            return $self;
    }
    1;
    
  2. or download this
    geedorah:~/perldtorbug# perl -MFoo -e 'package foo; bless ($self=[]) =
    +> __PACKAGE__; sub DESTROY {Foo->new()}'
    
    ...
    
    geedorah:~/perldtorbug#