Help for this page

Select Code to Download


  1. or download this
    my $do_data_magic_only_once = undef;
    sub new {
    ...
        bless($self);
        return $self;
    }