Help for this page

Select Code to Download


  1. or download this
    sub page {
      foreach (@_) {
    ...
        if ($ln+1 == $=) { print "--more--"; chop (my $i=<>); $ln = 0 }
      }
    }
    
  2. or download this
    {
      page "foo bar baz bletch";
    ...
      my $buf = sprintf ("%.5d", $real);
      page $buf;
    }