- or download this
hello: hello.pl Foo.pm
pp hello.pl -o hello.exe
- or download this
package Foo;
# test1
1;
- or download this
#!/c:/perl/bin/perl
use lib q(.);
use Foo;
print "Hello!\n";
- or download this
manual: ch01.fmt ch02.fmt ch03.fmt
lp ch0[1-3].fmt
...
tbl ch02 | nroff -mm > ch02.fmt
ch03.fmt: ch03a ch03b ch03c
nroff -mm ch03[abc] > ch03.fmt