This site is just for finding that man or woman to spend some wild evenings with while your other significant other is out of town or if you are out of town on...
try www.activestate.com ... __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com...
hi all i am very new to programming in perl, i hope somebody can provide me with a little help. i have to obtain the current root dir in a script that i am...
... C:\>perldoc -f chdir chdir EXPR Changes the working directory to EXPR, if possible. If EXPR is omitted, changes to the directory specified by "$ENV{HOME}",...
I'm trying to set up a credit card payment site through authorize.net (they are completely unhelpful)I have successfully written a script (god knows how!) that...
... Well, if each comma represents the start/end of a field, you can easily parse that out with @fields = split(/,/, $data); If you only want only fields that...
... authorize.net ... script ... form ... the ... comma ... STATES,,,,,,,,,,,,,,,,,D6E0A2AEB018034596728729DEF92860E,,,,,,,,,,,,,, ... would ... this ... much ...
... Hi there, First to answer your question. To loop through all of the values stored in the @fields array, you can do one of the following: # foreach example...
... html ... write ... from ... STATES,,,,,,,,,,,,,,,,,D6E0A2AEB018034596728729DEF92860E,,,,,,,,,,,,,, ... the ... sure ... of if ... a ... array. ... you ... ...
I am new to PERL but I am a PHP expert, have the authorize.net code to atuhorize payments from them, but unfortunately, it is in PHP. You could probably either...
JJ- That would be so extremely helpful, I'm sure I could get someone to convert it for me -if I can't make it work. Examples are wonderful, in any language....
The solution requires you to create an array of 12 elements (each sign of the Chinese Zodiac). You can reference this array with the help of the modulus (%)...
Out of curiosity, was that a homework assignment? What have you learned from this? ... From: Jami [mailto:quasmadio1@...] Sent: Monday, October 13, 2003...
I have a fairly simple script (for the most part). It takes in cmd line parameters, pulls them apart, makes decisions based upon them and then runs a function....
JJ- I realized there was no reason I couldn't just use PHP, so I tried it and something strange happened. When I click submit on the html form it directs me...
Hello Everyone, I have a question regarding flat file databases. I need to use a flat file database (as I dont have access to anyother database, thanks to my...
Kari, hope this helps. This is the code I use to use the class I sent you. I emailed it to your yahoo account. Hope it helps and let me know if you have any...
Got error emailing you: <kari1118@...>: 64.157.4.79 failed after I sent the message. Remote host said: 554 delivery error: dd Sorry your message to ...
Kari - I emailed it to your hotmail accoutn. Hope it helps. ... would ... I ... and ... <kari1118@y...> ... in ... but ... so ... successfully ... idea ... ...
Hello all, I am working on a subscription page, where I need to email a user(who enters his/her email id in the form) and once he clicks submit, an automated...
ADVERTISEMENT Hi, I'm trying to get perl to print something to an HTML document from a file. When I read from the file it put the value into a scalar and when...
remove the red color.. put the same at the end of the file. print "content-type: text/html\n\n"; $string = "<HTML><HEAD><TITLE>Test...
Santhi Kumar
Santhi.Kumar@...
Oct 23, 2003 2:56 pm
1297
i mean the below... ~Terli...
Santhi Kumar
Santhi.Kumar@...
Oct 23, 2003 3:01 pm
1298
You didn't include the path of the file ($filename = "test.txt";). Perhaps that was to simplify your posting. Ensure that everybody has access to the file and...
correct me if I'm wrong, but doesn't the keys() function require parenthesis such as my @k = keys(%firstnames); ... __________________________________ Do you...