Hi all, I'm trying to use the Net::CUPS::Printer::cupsGetJobs() function. In theory this function returns the jobs a cups printer got printed or to be printed.
I'm using this like: _BEGIN_ use Net::CUPS::Printer; my %jobs = cupsGetJobs('HP4100V',0,0); foreach $key (keys %jobs){ print $jobs{$key}; } _END_ and the function always returns somethings like this: HASH(0x81b99c4)HASH(0x81b988c)HASH(0x814fcf4)HASH(0x81b9c34)HASH(0x81b9afc)HASH(0x81a54f8) How can i get this results in an human redable mode? Thank's __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>