I have used  your suggestions, but it shows the following error,

Use of uninitialized value in string eq at aaa.cgi line 26, <fp> line 1

line 1 contains:  #! /usr/bin/perl
..................
line 26 contains:   if($y eq "somestring")
                                       {
                                            some statements
                                         }


Thanks,
Siva.

On Thu, 2007-05-03 at 17:47 +0800, Jeff Pang wrote:
> 2007/5/3, sivasakthi <[EMAIL PROTECTED]>:
> > I need to use the Post method for "x" variable and Get method for "y" &
> > "z" variable.
> > For that what i do??
> 
> As I've said,just say,
> 
> use CGI qw/:standard/;
> 
> This would import "param" routine from CGI.pm and you could use it
> directly for both POST and GET methods.Don't need to differ request
> type again.
> 
> 
> 
> -- 
> Chinese Practical Mod_perl book online
> http://home.arcor.de/jeffpang/mod_perl/
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to