Re: Perl Scripts examples

2004-05-08 Thread Randal L. Schwartz
> "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

Re: Perl Scripts examples

2004-05-07 Thread James Edward Gray II
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

RE: Perl Scripts examples

2004-05-07 Thread Charles K. Clarkson
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

Re: Perl Scripts examples

2004-05-07 Thread Alok Bhatt
> 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

Re: perl scripts

2001-08-15 Thread Jos I. Boumans
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`; > > >

Re: perl scripts

2001-08-15 Thread Michael Fowler
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

Re: perl scripts

2001-08-15 Thread Jos I. Boumans
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