- or download this
sub main {
print "Hello, world!\n";
...
unless (caller) {
main;
}
- or download this
#!/usr/bin/perl
# File: demo.pl
...
top level in Demo.pm
this is the test subroutine!
test() returned 1
- or download this
#!/usr/bin/perl
# File: Demo.pm
...
1;