Re: problem with $1

2005-06-03 Thread toolscripts
Perhaps the following applies. "Usually this name is a single identifier, that is, a string beginning with a letter or underscore, and containing letters, underscores, and digits." -ts - Original Message - From: "Nischi" <[EMAIL PROTECTED]> To: Sent: Thursday, June 02, 2005 10:16 PM Subj

Re: Starting Template for calling C from Perl

2005-04-22 Thread toolscripts
I don't think there are any such examples besides the manual. There are generally clear warnings as to why not to try to do the c code from scratch. Either work with the xs system directly, or try http://www.swig.org which has good and bad sides to it. If you described the problem you're having I c

Re: AutoIncrement Database Fields for MySQL and PostGreSQL

2005-04-11 Thread toolscripts
"SELECT MAX(id)+1 as lastid FROM table" (It's not +1 if you already said INSERT etc) I'm not sure what normalized relations are, but I think this will help anyway. --t - Original Message - From: "Siegfried Heintze" <[EMAIL PROTECTED]> To: "'Perl Beginners'" Sent: Monday, April 11, 200

Re: New to CGI.pm

2005-03-31 Thread toolscripts
Sorry if I'm not totally clear on this myself, but are you saying you are trying to use it without POST, GET or COOKIE usage? The solution might be to use a file named based on the user's ip. --t - Original Message - From: "Jeff Borders" <[EMAIL PROTECTED]> To: Sent: Thursday, March 31

no main, perlembed env

2005-03-28 Thread toolscripts
perlembed for perl-5.8.6 : I'm trying to do something like this: int useargs(int argc, char **argv, char **env) { PERL_SYS_INIT3(&argc,&argv,&env); ... } The trouble is I don't think I'm supposed to retrieve the env pointer in the wxWidgets SDK I'm using. Basically I can't seem to get ahold o

Re: perlembed : makefiles on win32

2005-03-23 Thread toolscripts
t - Original Message - From: "toolscripts" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 22, 2005 5:00 PM Subject: perlembed : makefiles on win32 I've tried following the perlembed manual example and the downloaded ExtUtils-Embed-1.14 on windows but the generate

perlembed : makefiles on win32

2005-03-22 Thread toolscripts
I've tried following the perlembed manual example and the downloaded ExtUtils-Embed-1.14 on windows but the generated makefiles are wrong. Either they say "Expecting Rule Or Pattern found neither" or in one case it couldn't find perl.h and other headers. Using Mingw, dont have VCC, tried with