Help for this page

Select Code to Download


  1. or download this
    hello: hello.pl Foo.pm
        pp hello.pl -o hello.exe
    
  2. or download this
    package Foo;
    # test1
    1;
    
  3. or download this
    #!/c:/perl/bin/perl
    use lib q(.);
    use Foo;
    print "Hello!\n";
    
  4. 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