On Wed, 22 Mar 2000 [EMAIL PROTECTED] wrote:

} compare this with your code your must forgot some thing.its works fine.

Well, there's definitely one thing you forgot - the -w switch.  Your first
line should be:
#!/usr/bin/perl -w

Don't say that it is optional and not needed, that is probably the only
bug in perl - that the -w switch is not required.

} #!/usr/bin/perl
} use CGI;
} $x=new CGI;
} 
} print $x->header;
} print $x->start_html();
} print $x->end_html();

Philip

===========
Old programmers never die, they just branch to a new address.

To subscribe / unsubscribe goto the site www.ilug-bom.org ., click on the mailing list 
button and fill the appropriate information 
and submit. For any other queries contact the ML maintener

Reply via email to