in reply to Re^2: session module
in thread session module

Could you please explain specifically what you don't understand?

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re^4: session module
by rjsaulakh (Beadle) on Jun 02, 2005 at 13:18 UTC
    not able to undestand what you meant by following line

    Your code will probably (see CGI.pm for caveats) save some CGI params the first time you use raman

      What????
      see CGI.pm for caveats
      Means you have to read the documentation for CGI.pm (`perldoc CGI') to learn how CGI->new works (which you use in your code).

      As for your code, well you did write it didn't you? I shouldn't need to explain that.

      MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
      I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
      ** The third rule of perl club is a statement of fact: pod is sexy.