On Tue, 8 May 2001, nakosu-budi wrote:

> i have try from john lee mail. but i got problem
> the message syntax error at ./test.pl line 2, near "use
> CGI."
> Execution of ./test.pl aborted due to compilation errors.
> 
> ----------------------------------------------------------
> this nextPage.pl
> #!/usr/bin/perl -w
> use CGI.pm

This should be:

  use CGI;

-- 
Tony

Reply via email to