-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to install Munin on a new VPS through yum install munin but I keep getting an error about a missing perl module: Requires: perl(:MODULE_COMPAT_5.8.8). This is the perl version currently installed: v5.10.1.
I've searched all around and still haven't found a solution for this.
Here's the…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
So, we host a geoservice webserver thing at the office.
Someone apparently broke into this box (probably via ftp or ssh), and put some kind of irc-managed rootkit thing.
Now I'm trying to clean the whole thing up, I found the process pid who tries to connect via irc, but i can't figure out who's…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
i am calling a perl script client.pl from a main script to capture the output of client.pl
in @output.
is there anyway to avoid the use of these two files so i can use the output of client.pl in main.pl itself
here is my code....
main.pl
=======
my @output = readpipe("client.pl");
client…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
How can I sort the dates in perl.
my @dates = ( "02/11/2009" , "12/20/2001" , "11/21/2010" ) ;
I have above dates in my array . How can I sort those dates... ?
My date format is dd/mm/YYYY.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want tha name of a perl book for only PERL PROGRAMS. The reason behind is I want to improve my programming skill in perl
>>> More