RE: Storing $DIGIT variables in arrays

2005-01-25 Thread Graeme St. Clair
discussion context is Perl specifically. HTH, GStC. -Original Message- From: Jesse Taylor [mailto:[EMAIL PROTECTED] Sent: Sunday, January 23, 2005 5:20 PM To: beginners@perl.org Subject: Storing $DIGIT variables in arrays while($url=) { chomp($url); $html=get("$url&

Storing $DIGIT variables in arrays

2005-01-23 Thread Jesse Taylor
Below I have posted the source for a program I am attempting to write that will take a list of URL's, grab the pages, and search them for email addresses and IP addresses, remove duplicate entries, and store the results in a text file. Everything compiles fine and runs without any warnings, how