> "Alok" == Alok Bhatt <[EMAIL PROTECTED]> writes:
Alok> the examples from Learning perl are available at:
Alok> http://examples.oreilly.com/lperl3/llamasamp.zip
Alok> the examples from Programming perl are available at:
Alok> http://examples.oreilly.com/pperl3/examples.zip
And the examples
On May 7, 2004, at 4:23 AM, anish mehta wrote:
Hi all!
I am new to perl. Can somebody tell me about some link on internet
from where i can find some scripts to begin with so that i can start
getting style of writing code in perl. I have gone through o'reilly
book and is looking for some practi
anish mehta [mailto:[EMAIL PROTECTED]
:
: I am new to perl. Can somebody tell me about some link
: on internet from where i can find some scripts to begin
: with so that i can start getting style of writing code
: in perl. I have gone through o'reilly book and is
: looking for some practical exe
> I am new to perl. Can somebody tell me about some
> link on internet from
> where i can find some scripts to begin with so that
> i can start getting
> style of writing code in perl. I have gone through
> o'reilly book and is
> looking for some practical exercises.
Hi,
the examples from Learn
ns" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 15, 2001 7:05 PM
Subject: Re: perl scripts
> On Wed, Aug 15, 2001 at 12:14:25PM +0200, Jos I. Boumans wrote:
> > it's in the last line:
> > kill 'HUP',`cat $PIDFILE`;
> >
>
On Wed, Aug 15, 2001 at 12:14:25PM +0200, Jos I. Boumans wrote:
> it's in the last line:
> kill 'HUP',`cat $PIDFILE`;
>
> it's a unix command to kill *nix processes... which of course won't work on
> windows...
kill does work on Windows, and in 5.6.1 (possibly 5.6.0 too) even works on
arbitrary
it's in the last line:
kill 'HUP',`cat $PIDFILE`;
it's a unix command to kill *nix processes... which of course won't work on
windows...
what is the purpose of using this on windows? it's structure is quite
different...
hth
Jos
- Original Message -
From: "Rajeswary Santhiran" <[EMAIL P