I've developed a cross platform process management module for win32 and linux, tested on XP/Fedora4. Same ideas as a module like Proc::Background on cpan, but solves some problems I had with start_in directorys under windows and I implemented things I needed like manipulating processes which are...
I'm trapping errors from a wrapper script like the following:
eval { load(); };
Then errors are read with the $@ variable
Now lets say we encounter a problem like the following...
$hsoc = new IO::Socket::INET (
LocalHost => $LocalHost,
LocalPort => $HostPort,
Proto =>...
I have some ideas for a custom encryption for the software I'm working on, and I'm trying to get some input if this would be efficient enough for a server environment possibly under a large work load at times (especially if some newb is attempting to flood it, allthough security procedures they...
What I've been writing is a module to process a string and execute code accordingly for a set of scripts i'm working on (ex: read data from sockets, hence making communication easier.) But heres my problem...
Heres actual code:
sub trim {
my $str = shift;
$str =~ s/^\s+//;
$str =~...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.