Help for this page

Select Code to Download


  1. or download this
      for my $attr( @{ $printer->attrs() } ) {
        print $printer->$attr();
      }
    
  2. or download this
    my $want = [
       { printer1 => Printer::Status::Acme::x1000->new( qw[serial_number b
    +ios_revision] ) },
    ...
    my %result = Printer::Status->as_hash($want);
    # or
    my @result = Printer::Status->as_array($want);