Help for this page

Select Code to Download


  1. or download this
    my $obj=class->new({config_file => "file.xml", data => \%some_yummy_da
    +ta});
    
  2. or download this
    my $factory=class->new({config_file => "file.xml"});
    my $obj=$factory->give_me_my_object(\%data);