Home : Products : Gossamer Links : Version 1.x :

Products: Gossamer Links: Version 1.x: Re: [webmaster33] Nph-Build.cgi builds only half of my Pages: Edit Log

Here is the list of edits for this post
Re: [webmaster33] Nph-Build.cgi builds only half of my Pages
Additional info:
I found out, that your v1.x Links SQL did not have GT library, yet.
So at that time, Alex used the standard CGI.pm module in nph-build.cgi.

Also the param method was used, so I did a test on my system, if this gives the same result as before:
Code:
perl -wle "use CGI; use Data::Dumper; my $q= new CGI();
my $in= $q->param('aaa'); print Dumper $in;" aaa=bbb
Got result: $VAR1 = 'bbb';
Expected exactly this.


EDIT:
I also tested to proposal above on your unix system:
Code:
perl -wle 'use CGI; use Data::Dumper; my $q= new CGI();
my $in= $q->param("aaa"); print Dumper $in;' aaa=bbb
Got result: $VAR1 = 'bbb';
Expected exactly this.

This means, the original suggested solution should work.

But since nph-build_english.cgi or nph-build_spanish.cgi has the problem fixed and should work, so I don't investigate the command line argument based problem further.


Waiting your comments, if nph-build_english.cgi or nph-build_spanish.cgi are working now correctly.

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...

Last edited by:

webmaster33: Mar 25, 2005, 3:56 AM

Edit Log: