A question about Timeout

2007-04-15 Thread Jeff Pang
Hello, I wrote a simple socket server which get the listen socket like below, my $socket = IO::Socket::INET->new( LocalAddr => xxx.xxx.xxx.xxx, LocalPort => , Listen

Re: Removing lines

2007-04-15 Thread yitzle
Untested code: (In the RegEx, I replace / with . because it should work fine and looks less messy - and . is not escaped.) # File - source open FILE, "< file.html"; my $delete = 0; # Start by not deleting my $output = ""; my $deletedAlready = 0; my $searchString = 'http://domain.com/2006/08/bour

Re: Removing lines

2007-04-15 Thread Omega -1911
On 4/15/07, Mário Gamito <[EMAIL PROTECTED]> wrote: Hi, I have this site that auto generates an index.html file every 15 minutes (it's a blog aggregator). I need that every time the file is generated, all the contents between the lines http://domain.com/2006/08/bourne-shell.html";>Bourne Shell

Removing lines

2007-04-15 Thread Mário Gamito
Hi, I have this site that auto generates an index.html file every 15 minutes (it's a blog aggregator). I need that every time the file is generated, all the contents between the lines http://domain.com/2006/08/bourne-shell.html";>Bourne Shell and http://domain.com/2006/08/bourne-shell.html";>S

Re: Uninstalling perl module

2007-04-15 Thread Randal L. Schwartz
> ""Mumia" == "Mumia W " writes: "Mumia> ExtUtils::Packlist "Mumia> ExtUtils::Install "Mumia> I have no idea if the uninstallation methods described in those documents "Mumia> work, but I post them for your perusal. That's again pointing at the possibly damaging strategy that allows both A

Re: Uninstalling perl module

2007-04-15 Thread Nigel Peck
[EMAIL PROTECTED] wrote: Hi, Thanks for the reply, I think that I understand you point. Now I am starting to fear cpan installations. Is there a chance that by doing a simple - naive cpan installation of a module I, potentially, can damage another installed module? Hi Yaron, I think what the

Re: Uninstalling perl module

2007-04-15 Thread Mumia W.
On 04/15/2007 12:49 AM, [EMAIL PROTECTED] wrote: Hi, Thanks for the reply, I think that I understand you point. Now I am starting to fear cpan installations. Is there a chance that by doing a simple - naive cpan installation of a module I, potentially, can damage another installed module? Be