Re: syntax error

2005-12-03 Thread ecocode
* [EMAIL PROTECTED] (Thom Hehl) wrote: | | my $sysnamelist[$SysIndex]=$input{$SYSNAME}; why do you need 'my' here ? -- Eco http://www.ecocode.net * Life is wonderful with Emacs and Perl * -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Slow Performance using Perl script and DOSEMU

2005-12-03 Thread Brian Hancock
Hi, I am using WordPerfect 5.1 for DOS to merge information from a database (WP secondary file) with a WP form file (WP Primary file), then print it from WP5.1 using a PostScript printer driver to a PostScript File. After exiting DOSEMU I run ps2pdf to convert the previous output to a PDF file,

RE: syntax error

2005-12-03 Thread Charles K. Clarkson
Thom Hehl wrote: : $SysIndex = 0; : : if ($PageNo==1) : { : my @sysnamelist=split(/$SEPARATOR/,$config{$SYSNAME}); : my $sysnamelist[$SysIndex]=$input{$SYSNAME}; Remove the "my". $sysnamelist[$SysIndex] = $input{$SYSNAME}; : $

syntax error

2005-12-03 Thread Thom Hehl
OK, I'm getting an error running my perl script and can't seem to see the problem. Here's the error: syntax error at C:\src\rex\rex_config.cgi line 544, near "$sysnamelist[" syntax error at C:\src\rex\rex_config.cgi line 546, near "} elsif" Execution of C:\src\rex\rex_config.cgi aborted due to c

Re: incorporer du php dans une page en perl-cgi ?

2005-12-03 Thread Perl Hack
Hi! Is there a way to incorporate the output of a php page in a cgi-perl [script]/page? I would like to incorporate a page from Wordpress in a cgi-perl [script]/page, without having to use frames. Thanks! Eco, I thought I help English readers understand your question betterI'm a perl/m

Re: incorporer du php dans une page en perl-cgi ?

2005-12-03 Thread Ovid
Bonsoir eco, Je ne parle pas Français trés bien. --- ecocode <[EMAIL PROTECTED]> wrote: > Bonsoir ! > > Y a-t-il moyen d'incorporer le résultat d'une page php > dans une page cgi-perl ? "Can you incorporate the results of a PHP page in a Perl CGI script?" > Je voudrais pouvoir incorporer la

incorporer du php dans une page en perl-cgi ?

2005-12-03 Thread ecocode
Bonsoir ! Y a-t-il moyen d'incorporer le résultat d'une page php dans une page cgi-perl ? Je voudrais pouvoir incorporer la page de Wordpress dans une page cgi-pl, sans pour autant devoir utiliser un frame ... Merci -- Eco http://www.ecocode.net * Life is wonderful with Emacs and Perl * pgpDnV