Re: [Perl-unix-users] Module Versions.

2003-01-17 Thread Alexander Bel...
It's code I used: #!/usr/bin/perl use ExtUtils::Installed; my ($inst) = ExtUtils::Installed->new(); my (@modules) = $inst->modules(); print << "[END]"; Content-type: text/html Information about Perl BODY { background-color: #FF; color: #00; } .normal { font-family: Verdana; font-

[Perl-unix-users] Upgrading to 5.8.0.804 on linux

2003-01-17 Thread Suresh Govindachar
Hello, My present system: Red Hat Linux 7.1 (OS 2.4.2-2) Output of "rpm -qa | grep -i perl" is: gimp-perl-1.2.1-5 perl-Perl-RPM-0.291-2 mod_perl-1.24_01-2 perl-5.6.0-12 perl-DBD-Pg-0.95-1 perl-SGMLSpm-1.03ii-4

[Perl-unix-users] Module Versions.

2003-01-17 Thread Rumpf, Christopher
Title: Message Hi.   I just inherited a perl installation with a ton of modules included in it and want to check each module to see which version is installed.   I know that this cmd: find `perl -e 'print "@INC"'` -name '*.pm' -print   will show me the list of installed modules - but anyon

[Perl-unix-users] Raw data to and from network card

2003-01-17 Thread Suresh Govindachar
Hello, >From a workstation -- Linux or Windows -- I would like to: 1) assign my perl script a tcpip port and receive all tcpip data coming into the workstation for that port -- BUT with the tcpip header. OK if the ethernet header is stripped, but the IP and TCP header need to show