Help for this page

Select Code to Download


  1. or download this
    open(LPR, "|lpr -Plp0  >/dev/null 2>&1");
    
    ...
    
    print LPR $text;
    close LPR;
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    exit;