Chrisuse Strict; use CGI; my $myCGI = new CGI; my $withSpace = $myCGI->param('foo') . ' ' . $myCGI->param('bar'); my $withoutSpace = $myCGI->param('foo') . $myCGI->param('bar'); print "With Space \t $withSpace \n"; print "Without Space \t $withoutSpace";
In reply to Re: CGI.pm, combining two strings
by ckohl1
in thread CGI.pm, combining two strings
by stuffy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |