AW: Text Search/Delete

2005-03-29 Thread Krause Susanne
$file_tmp" ) || die ("Could not open file: $!\n"); while () { if (!($_ =~/$a/ && $_ =~/$b/)) { print OUTPUT ("$_"); } } close( INPUT); close(OUTPUT); rename ($file_tmp, $file) ; # Regards

call a cgi-script from a HTML-form

2005-03-23 Thread Krause Susanne
help is highly appreciated. Best regards Susanne -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: SQL problem...

2001-07-08 Thread Susanne
if you are trying to modify records that already exist you need to use UPDATE instead. insert is for adding new records, in which case the WHERE portion of the statement is not applicable. On Mon, 9 Jul 2001, Daniel Falkenberg wrote: > List, > > Below is my sub where I want to INSERT the follo

use of modules with authorize.net

2001-06-20 Thread Susanne
does anyone have sample code that would educate me on credit card processing with authorize.net? tia.