in reply to Re^2: create ps file with PostScript::Simple - cannot print it out?
in thread create ps file with PostScript::Simple - cannot print it out?
Update: changed -S to -H and got "lpr: success".
Update2: changed system("lpr -H server -P printerN headps.ps) == 0 or die $!;
to this:
system("lpr -H server -P printerN headps.ps) or die $?;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: create ps file with PostScript::Simple - cannot print it out?
by cta (Acolyte) on Jul 17, 2008 at 13:55 UTC |