pplshlp has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I need to send a job to a printer using IPP. Can someone please help me with this? I have used Net::IPP module, I have downloaded IPP module & in sample programs I see request ID's. How do we find the request ID's associated with the job? Please help Thanks

Replies are listed 'Best First'.
Re: Need help -IPP
by Old_Gray_Bear (Bishop) on Nov 21, 2012 at 16:03 UTC
    You might want to rethink using the Net::IPP::XXX modules. The version number is very low (0.1), and the last time they were touched by a Developers Hands was in 2004. Perhaps a more actively supported solution is indicated. Particularly since the functionality you want isn't (currently) in the module. Of course, 'Patches Welcome' always applies.

    ----
    I Go Back to Sleep, Now.

    OGB

Re: Need help -IPP
by Anonymous Monk on Nov 21, 2012 at 08:09 UTC
    What Net::IPP module?
      Net::IPP::IPPMethods
        Sorry, that module shows no functions or code for sending jobs
      Hi, Is there any other way to send a job? Thanks in advance