Thanks Guillermo. I could test my instalation and saw : perl -MApache::ASP -e 'print "$Apache::ASP::VERSION\n"' ===> 2.49 perl -MDBI -e 'print "$DBI::VERSION\n"' ===> 1.30 perl -MDBD::mysql -e 'print "$DBD::mysql::VERSION\n"' ===> 2.1017 perl -MDBD::Pg -e 'print "$DBD::Pg::VERSION\n"' ===> 1.13
I think that is good. For now I am searching for a sample code of Apache::ASP that has perlscript (I think that is it?). Can some one help me with this ? Some little doubt: What exactly can I write (embbed) in Apache::ASP code ? Perl, perlscript, ActivePerl,... ? TIA, MNobre > You're welcome, Marcos! :) > > Whenever you want to know if a perl module is install do the > following: > > $ perl -MYOUR::MODULE -e 'print "$YOUR::MODULE::VERSION\n"' > > where YOUR::MODULE is the module you want to test (DBI, Apache::ASP, > > etc). > > for example try this: > > $ perl -MCGI -e 'print "$CGI::VERSION\n"' > > it will try to use the CGI module and, if it's present, also will > tell you what version you have installed. > > And if you don't have that module you'll see something like: > > Can't locate XYZ.pm in @INC (@INC contains: > /usr/lib/perl5/i386-linux /usr/lib/perl5 > /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl > /usr/lib/perl5/site_perl .). > BEGIN failed--compilation aborted. > > Where XYZ.pm is the module being test. > > I don't know if there is RH's packages for DBI and such but you can > find out going to RH's homepage (www.redhat.com). > > Well, good luck!!! > > Guillermo > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]