> How would I write that in front of the call to perl. I did the following
> but am getting errors:
>
>
> [-
> sub newsedit
> {
> unshift(@INC,
'/webServer/virtualDW/cannonschool.org/cgi-bin/newsEdit2') ;
> open FH, ($ENV{QUERY_STRING} = "name=Homepage" "/usr/bin/perl
> /webServer/virtualDW/cannonschool.org/cgi-bin/newsEdit2/depart
> ment.cgi|")
open FH, ('QUERY_STRING="name=Homepage" /usr/bin/perl
/webServer/virtualDW/cannonschool.org/cgi-bin/newsEdit2/department.cgi|')
or you can try
$ENV{QUERY_STRING} = "name=Homepage";
open FH, ('/usr/bin/perl
/webServer/virtualDW/cannonschool.org/cgi-bin/newsEdit2/department.cgi|')
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]