Help for this page

Select Code to Download


  1. or download this
    require Printer::Unix;
    
  2. or download this
    my $prn=new Printer('linux' => '6L',);
    
  3. or download this
    my $prn = Printer::->new(linux => '6L');