Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    
    my $self = main::->new();
    $self->parse('some.xml');
    
  2. or download this
    $VAR1 = [
              bless( {}, 'main' ),
              'foo',
              'bar'
            ];