NEVERMIND! (was: What the... ?? (question about MIME::Parser))

2012-09-28 Thread Ronald F. Guilmette
My thanks to Jim Gibson for responding and attempting to help. I dredged a little more in the available documentation and examples, and finally came up with the following which works and which also does the decoding that (of quoted-printable) that I needed... ==

Re: What the... ?? (question about MIME::Parser)

2012-09-28 Thread Jim Gibson
On Sep 28, 2012, at 3:26 PM, Ronald F. Guilmette wrote: > > > I'm not actually a total Perl beginner, but there are sizeable parts of > the language that I know nothing about, and I'm kind-of in a hurry today, > so maybe somebody will take pity and just point me in the right direction. > > The

Re: expect.pm not recognising match string

2012-09-28 Thread Rajeev Prasad
Hello Salva, I tried many ways this is not happening. can you help? ( I did not try the there is nothing printed in results. single word commands like ls pwd are also not producing anything. since CU sudo does not allow more than 1 option at a time, i supply -k before supplying the command.

What the... ?? (question about MIME::Parser)

2012-09-28 Thread Ronald F. Guilmette
I'm not actually a total Perl beginner, but there are sizeable parts of the language that I know nothing about, and I'm kind-of in a hurry today, so maybe somebody will take pity and just point me in the right direction. The sitiation is simple... I have an e-mail message whose topmost header sa

Re: milliseconds converted to timestamp

2012-09-28 Thread Dr.Ruud
On 2012-09-27 17:16, Chris Stinemetz wrote: I have the following millisecond value: 54599684 This represents a timestamp reported as milliseconds past midnight local time. Is there a module to convert this into a hh::mm format? Or a Perlish example to handle this? Variants: perl -we ' my $

Re: Excel::Writer::XLSX - pie chart legend's color

2012-09-28 Thread timothy adigun
Hi Rajesh, On Fri, Sep 28, 2012 at 7:13 AM, Rajesh Saha wrote: > Hi, > > I am trying to create one excel file, where chart will be included. > > Though, I am able to create this, but I could not customise the colors of > the individual legends within th pie chart. > > Can anybody give an idea , p