in reply to Undefined subroutine &main error

If you change this line: use CGI qw(:sandard -debug); to this: use CGI qw(:standard -debug); (standard misspelled). The problem should go away.

-enlil

Replies are listed 'Best First'.
Re: Re: Undefined subroutine &main error
by skki (Initiate) on Mar 07, 2003 at 19:29 UTC
    many THNX!!! works like magic now!!