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
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/
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
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
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
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
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