- or download this
#!/usr/bin/perl -w
use strict;
...
my $REQ = new Module::Main;
$REQ->init();
$REQ->start_it();
- or download this
package Module::Main;
...
$self->{SEC1}->do_something();
return 1;
}
- or download this
package Module::Section1;
...
=cut
}