When you are using CGI in OO form,you should use CGI; and not use CGI qw(:standard);.
I recommend that you just import the functions in and use them
#!/usr/bin/perl use CGI qw(:standard); use strict; my $name = param('name'); print header(); if ($name) { print "Welcome " . $name }
In reply to Re: Re: Help... I know nothing about perl...
by Eureka_sg
in thread Help... I know nothing about perl...
by Roninpc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |