Help for this page
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"));