Help for this page

Select Code to Download


  1. or download this
    $ErrloglogFile = "/export/data/secure03.principal.com/htdocs
    /logs/pension/
    ...
    $tempDir = "/tmp";
    $randnum = int( rand(99999999) );
    $tempFile = "$today$randnum.pnactval";
    
  2. or download this
    sub ReadParse {
        local (*in) = @_ if @_;
    ...
    
      return 1; # just for fun
    }