need help with this.

2001-10-17 Thread Gareth Londt
hi Below is the cod that i wrote .but everything runs fine except when i put in a group of email addresses and thne click the send button then it says that "bad or missing from address"...but i have specified a from address. can someone hepl with this? #!/usr/bin/perl -w use stric

somone please help

2001-10-16 Thread Gareth Londt
can someone please help me with this problem? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mail help?

2001-10-16 Thread Gareth Londt
hi i have a problem! i am using the Mail::Sendmail module and well i have it working all nicley and stuff but this is were it doent work the way i want it to. Firstly i have a text area that needs to filled in with a few email addresses, but when i use the regexp for this value in the text a

NNED HELP

2001-10-04 Thread Gareth Londt
PLEASE CAN SOMONE HELP ME, IM IN DESPERATE NEED OF SOMTHING OR SOME CODE TO DO THIS? i need a script that will connect to a url and pull off information and this needs to be done in a perl script. Please can somone help, ive tried everything that i know of but ti know that there is somthing th

GetWeb module

2001-10-03 Thread Gareth Londt
hi Does anyone know how to use the GetWeb module. What im trying to do is get things off an external site, like email addresses and i cant use a shell script.Anyway what i want is to use this module and grep the information off the page and store it in my script. so if anyone can help please

Re: suggestions?

2001-10-02 Thread Gareth Londt
hi i have a problem in which i have a lists of Domain names ..k, and i need to get there matching email address of an external site but i cant arite a shell script so i was wondering if anyone has any ideas or code that can help me with what im doing? also the script needs to run so that when

a new line?

2001-10-01 Thread Gareth Londt
i need to know where to put a new line in.i keep getting errors..? here is what the code looks like, if anyone can help with the newlinei would much appreciate it. #!/usr/bin/perl -w $file = 'dnsbills.06-09-2001'; open FILE, $file; @lines = ; close (FILE); for ($line=0;$line <

Regular expression

2001-10-01 Thread Gareth Londt
hi i have just started using perl and i am getting to grips quite quickly although i would like to know : i have a text file and i need a regular expression to pull he information off that file...? Help would be much appreciated! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For add