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

2012-09-28 Thread Ronald F. Guilmette
My thanks to Jim Gibson jimsgib...@gmail.com 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: nevermind

2007-06-23 Thread Mathew Snyder
You'll notice in the section that creates the filehandle I have a statement that says next if $address =~ m/^#/gmx;. I had to escape the #. Can anyone tell me why that is? It isn't a special character for regexes that I've ever seen used. Thanks, Mathew -- Keep up with me and what I'm up to:

Re: nevermind

2007-06-23 Thread Paul Lalli
On Jun 23, 4:18 am, [EMAIL PROTECTED] (Mathew Snyder) wrote: You'll notice in the section that creates the filehandle I have a statement that says next if $address =~ m/^#/gmx;. I had to escape the #. Can anyone tell me why that is? It isn't a special character for regexes that I've ever

Re: nevermind

2007-06-23 Thread Dr.Ruud
Mathew Snyder schreef: You'll notice in the section that creates the filehandle I have a statement that says next if $address =~ m/^#/gmx;. I had to escape the #. Can anyone tell me why that is? It isn't a special character for regexes that I've ever seen used. Check out what the

Re: nevermind

2007-06-23 Thread Mumia W.
On 06/23/2007 04:30 AM, Mumia W. wrote: [...] You also could have written it this way: open AUTHFILE, /home/customercare/authorized_users.txt or die Can't open file: $!; @email_list = grep !/^#/, AUTHFILE; chomp @email_list; close AUTHFILE; :-) -- To unsubscribe, e-mail: [EMAIL

Re: nevermind

2007-06-23 Thread Mumia W.
, Mathew Why did you change the subject to nevermind? The subject didn't change. You used the /x modifier which allows for comments within regular expressions. Remove /x, and the old regex will work as expected. Read perldoc perlre too. You also could have written it this way: open AUTHFILE

Re: nevermind

2007-06-23 Thread Mathew
Actually, I didn't write the code. It was written by someone else whom no longer works at our company. Keep up with my goings on at http://theillien.blogspot.com Paul Lalli wrote: On Jun 23, 4:18 am, [EMAIL PROTECTED] (Mathew Snyder) wrote: You'll notice in the section that creates the

NEVERMIND I FOUND THE ANSWER

2003-12-19 Thread Eric Walker
Never mind, I found that instead of hitting q twice , just hit it once and the r for restart and I still keep all my settings.. Thanks... perlknucklehead -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Nevermind WAs: Re: Problems with Inheritance in GD::Graph

2003-12-17 Thread Dan Anderson
Nevermind. I'm an idiot. I fogot to use GD::Graph::bars. :: hits head against wall:: Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: Nevermind WAs: Re: Problems with Inheritance in GD::Graph

2003-12-17 Thread drieux
On Dec 17, 2003, at 11:06 AM, Dan Anderson wrote: Nevermind. I'm an idiot. I fogot to use GD::Graph::bars. :: hits head against wall:: Minor technical nit, you should hire a professional hitPerKin to do that... Respect the Guild System!!! major dumb question, but was the error message