Hi All, Using GD::Graph::pie, I have created a pie chart. But, I am unable to add a legend to the chart. Is there any provision to add legend to a pie chart ? ...
Hi, I am using the IMAP::Client for automating the quota check for some of the users. My script was fairly straight, and I ran in to the below error, while...
# Display the IMAP resource usage on the user's post office server. use strict; use warnings FATAL => 'all'; use Cyrus::IMAP; use Getopt::Std; sub usage(;$); ...
Greetings! I apologize for not reacting to spam messages that were posted in the last few weeks. A spam filter someplace is doing its job too well, and they...
could anybody help me in finding the best book (author) for the perl programming language.................? also mention the sites where i can get tutorials...
I have found that the Perl books by O'Reilly, written by the guys deeply involved in the Perl world, have been most helpful to me. Good luck. John ... From:...
This is true...their books are all I read Sent from my BlackBerry Smartphone provided by Alltel ... From: "John Harris" <jkharris@...> Date: Mon, 21...
Hi Ashok! ... We've concentrated resources for Perl beginners over at http://perl-begin.org/ . There's both a http://perl-begin.org/tutorials/ page for Online...
26737
Mike Brown
brown@...
Dec 26, 2009 9:50 pm
I'm runnning Solaris 10 x86 on my home server. I just installed 5.10.1 and set up mine and root's path to find the /opt/perl5 location of the installtion. The...
... From what I understand the "Solaris" modules in the CPAN are intended to make use of the Solaris-specific APIs. Otherwise, they are not needed and you can ...
26739
Mike Brown
brown@...
Dec 26, 2009 11:06 pm
... OK, thanks. For the moment, I'll not bother, as I doubt I'll be doing anything specific to need them. MB -- e-mail: vidiot@......
Hi Shanthala! Welcome aboard! ... The canonical reference for Perl is the built-in documentation (the so-called perldocs). You can view it on your system by...
... riam> please to click this site riam> [redacted] Thank you for offending me in the biggest way you could possibly do, by linking to *pirated* copies of my...
All of the O'Reilly books are good... Sent from my BlackBerry Smartphone provided by Alltel ... From: "tshanthala" <tshanthala@...> Date: Thu, 31 Dec...
Hi perl-beginners, I'm compiling Perl 5.10.1 on cygwin 1.7.1 . I know there is the precompiled one availiable for Cygwin, but it was not compiled with the...
Hi friends, Hopeeveryone is doing good. 1.I have an excel sheet in 2003 with columns like below A Yes B No C Yes D Yes 2.I have a file "sample.txt" which...
... GoPi> 1.I have an excel sheet in 2003 with columns like below GoPi> A Yes GoPi> B No GoPi> C Yes GoPi> D Yes GoPi> 2.I have a file "sample.txt" which...
26752
Jeff Soules
soules@...
Jan 26, 2010 2:03 am
I would begin by saving the excel file in a plain text format. Tab- delimited would likely work well, if this is a complete description of the doc (if there...
Hi Merlyn , Thanks for the reply.I havent' read that documentation but I started of with a sample pl script I got over the internet but I am getting the...
... gopi> What am I missing? Looks like you're missing Spreadsheet::Read. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 ...
Thanks for the reply Jeff. I don't want to print all the letters in the first column which have an "yes" in second column,I only want to print the ones in...
... Jeff> I would begin by saving the excel file in a plain text format. No, Perl can read native Excel sheets just fine, thanks to the nice libraries in the...
... gopi> How do I install it? "perldoc perlmodinstall" -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@...>...
I am getting the same error message even after running perldoc perlmodinstall Will the above command install the required mods are do I have read something and...