in reply to Re: Configuration of Sambar server to use Perl
in thread Configuration of Sambar server to use Perl
He imports the param fuction with the ':standard' argument.
I usually say use CGI ('param'); because I only care about that function. This allows me to say $x = param('x') without having to be bothered with objects.