HP Printer Drivers for Mac OS X v10.6 2.2

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News HP Printer Drivers for Mac OS X v10.6 2.2
# 1  
Old 09-22-2009
HP Printer Drivers for Mac OS X v10.6 2.2

09-21-2009 04:00 AM

ImageAbout HP Printer Drivers for Mac OS X v10.6
This download includes the latest HP printing and scanning software for Snow Leopard. Requires Mac OS X v10.6.1 or later.

For information about supported printer models, see this website.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Data::Printer::Filter::DateTime(3pm)			User Contributed Perl Documentation		      Data::Printer::Filter::DateTime(3pm)

NAME
Data::Printer::Filter::DateTime - pretty-printing date and time objects (not just DateTime!) SYNOPSIS
In your program: use Data::Printer filters => { -external => [ 'DateTime' ], }; or, in your ".dataprinter" file: { filters => { -external => [ 'DateTime' ], }, }; You can also setup color and display details: use Data::Printer filters => { -external => [ 'DateTime' ], }, color => { datetime => 'bright_green', } datetime => { show_class_name => 1, # default is 0 show_timezone => 0, # default is 1 (only works for DateTime objects) }, }; DESCRIPTION
This is a filter plugin for Data::Printer. It filters through several date and time manipulation classes and displays the time (or time duration) as a string. Parsed Modules o DateTime o DateTime::Duration o DateTime::Incomplete o Time::Piece o Date::Handler o Date::Handler::Delta o Date::Calc::Object o Date::Pcalc::Object If you have any suggestions for more modules or better output, please let us know. SEE ALSO
Data::Printer perl v5.14.2 2011-06-07 Data::Printer::Filter::DateTime(3pm)