Help for this page

Select Code to Download


  1. or download this
      my $pid = fork();
      if ($pid) {
    ...
      system(qw(chmod 777),"$temp$file");
      system(qw(acroread -toPostScript),"$temp$file");
      system(qw(lp -d  ep5_hpp01), $temp, glob("*.ps"));