Description:
Use and development of Perl modules.
|
|
|
CGI module and UTF-8
|
| |
We had already a discussion about the usage of the CGI module if the interaction is to be in UTF-8 code; see message <Pine.LNX.4.64.0910021646280.4 ...@lxhri01.lrz.lrz-muenchen.d e> and the messages before and after. I summarise: If output to the form (that is, to STDOUT) and input from the form (that... more »
|
|
Net::CUPS::IPP
|
| |
Hello, For a script that I'm writing I need to know the originating host that sent a printjob to the CUPS server. Printing is done through IPP. Now, if I understand correctly, CUPS records the IP address in the 'job-originating-host-name' attribute. Is it possible to get this information using above mentioned module? And if so, how do I connect to the server to ask... more »
|
|
Getting message from XML
|
| |
Greetings, I am a beginner in Perl. I have a scenario, where I need to get a message from an xml file and drop it on to MQ series queue. Each xml file has one message(huge one). Could anyone help on how to go about it. TIA
|
|
use Data::ICal $calendar->add_entry($event) fails
|
| |
Hi, I try to manipulate iCalendar DATA by my own but $calendar->add_entry($event); throws an error <code perl> ...use strict; use Date::ICal; use Data::ICal; use Data::ICal::Entry::Event; my $calendar = Data::ICal->new(filename => 'foo.ics'); $calendar = Data::ICal->new(data => 'BEGIN:VCALENDAR...');... more »
|
|
cpan troubles
|
| |
I have a new distro of openSuse and cpan seems to be not working. I'm getting weird errors like this CPAN: Storable loaded ok (v2.18) CPAN: LWP::UserAgent loaded ok (v5.829) CPAN: Time::HiRes loaded ok (v1.9711) I would like to connect to one of the following sites to get 'authors/01mailrc.txt.gz':... more »
|
|
pdl on win32
|
| |
I just installed pdl module from activestate on win32 machine but I cannot run the demo with the pgplot -- it is not working. Please let me know if I am missing some modules.. Thank you.
|
|
|