RE: Sending Mail

2002-02-21 Thread Darren Simpson
try FormMail http://worldwidemart.com/scripts/formmail.shtml -Original Message- From: Bhanu Prakash [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 16:59 To: [EMAIL PROTECTED] Subject: Sending Mail Hi, I'm new to Perl and am trying to write some cgi programs in Perl. Currently I'

RE: help with html

2002-02-19 Thread Darren Simpson
you're right. it does sound bad. someone call spam cop :-) -Original Message- From: Chris Zampese [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 11:49 To: perl list Subject: help with html This question probably belongs in the cgi list, but here goes... I know that this is going

RE: simple question

2002-02-07 Thread Darren Simpson
what do the below actually do? they look like dutch to me $VisaCard = /^4\d{15}/; $BankCard = /^(6565\d{12})|(555[10]00\d{10})/; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: .dat files

2002-02-07 Thread Darren Simpson
some of them are registry files, like system.dat users.dat(i think) and another one -Original Message- From: Scott Lutz [mailto:[EMAIL PROTECTED]] Sent: 07 February 2002 07:28 To: Beginners Perl Subject: .dat files Does anyone have any ideas or suggestions to actually reading/modifying/

join

2002-01-31 Thread Darren Simpson
hi. i keep getting wierd errors when i try to split a string. the string is split(/?/,$testdata); the error i get is /?/: ?+* follows nothing in regexp what does it mean Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: undefined variable

2002-01-31 Thread Darren Simpson
cool. thats how i do it :-) you don't think i actually write any code do you ;-) -Original Message- From: Debbie McNerney [mailto:[EMAIL PROTECTED]] Sent: 30 January 2002 18:14 To: Beginners perl Subject: undefined variable Please accept my apologies for being so dumb. I am a beginner a

RE: decimal point

2002-01-28 Thread Darren Simpson
did i say 10? i meant 100 -Original Message- From: Darren Simpson Sent: 28 January 2002 08:48 To: 'Stuart Clark'; Perl List Subject: RE: decimal point i would try dividing the number by 10 -Original Message- From: Stuart Clark [mailto:[EMAIL PROTECTED]] Sent: 28 Ja

RE: decimal point

2002-01-28 Thread Darren Simpson
i would try dividing the number by 10 -Original Message- From: Stuart Clark [mailto:[EMAIL PROTECTED]] Sent: 28 January 2002 01:57 To: Perl List Subject: decimal point Hi, I am trying to move the decimal point 2 places to the the left. Eg : To make 4536233 into 45362.33 I tried this

whois

2002-01-11 Thread Darren Simpson
Hello all. I don't know if this is the right list to post to but i am a beginner in perl. we have a bsd unix distribution with perl 5. I am wondering if anyone knows of a decent whois function written in perl. Thank you in advance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma