Xiongfei Wang wrote:

> Thanks for reponse.
> I am very new to perl.
> A silly question is where i can find CGI:Session and how to install it?
> 
> i have  perl, v5.6.1 built for i386-linux.
> 
first 
    perldoc CPAN
then
    perl -MCPAN -e shell

run through the configuration

then when CPAN is configured properly, you (when within the CPAN shell) can 
do this: 

cpan> m CGI::Session
{results}
cpan> install CGI::Session
{longer results}
cpan> q



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to