Perl Beginners Mailing List - The PBML is a list for the close-to absolute Perl beginner, allowing more experienced (and very kind and patient) Perl programmers to help those along who have an interest in programming Perl. This follows the beginning ideal of Perl...free for all, public source and information, and giving of time and effort to make it easy for others.
Beginners will be helping beginners so that both can learn, with aid from more experienced people popping in to check for fresh ideas and give a helping hand.
PLEASE NOTE: All email attachments are discarded (both to cut down on HTML emails and save monstrous amounts of bandwidth [when someone sends 1MB, it is sent to more than 1000 people])
# 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(;$);
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
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 ?
... Dukelow,> I know how to fix it manually but I can't figure out how to get Net::SSH::Perl to see this error message so I can have Perl fix it. Dukelow,>
I'm using Net::SSH::Perl it my Perl script. The problem is because of OS upgrades and what other reasons I'm not aware of the SSH key gets changed from time to