- or download this
$perl -d main.pl
...
DB<2> S main*
main::BEGIN
DB<3>
- or download this
use strict;
require "somefile.pl";
...
use newform;
&newform::someFile();
&newform::func1();
- or download this
sub BEGIN
{
require "somefile.pl";
}
- or download this
&main::someFile();