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 file

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, "; chomp @email_list; close AUTHFILE; :-) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: nevermind

2007-06-23 Thread Mumia W.
On 06/23/2007 03:18 AM, 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 seen used. Tha

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 x

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

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

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 "unabl