I'm trying to force a form feed using perl 5.6 and os x.2  without using the
format command.

These don't work:

print LPR "\007";  # form feed ? doesn't work
      
$ff = v12;
print LPR "$ff";  # Camel book Sec 2.6.7: doesn't work

print LPR "\f";  # Camel book page 663: doesn't work


Anyone know what I'm doing wrong?

Reply via email to