RE: Question about subroutines....

2004-01-13 Thread NYIMI Jose (BMB)
:Handle modules. C:\> -Original Message- From: Gabor Urban [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 3:46 PM To: [EMAIL PROTECTED] Subject: Question about subroutines Hi, Is it possible to write a subroutine in Perl which accepts an open file handle as parameter? A

Question about subroutines....

2004-01-13 Thread Gabor Urban
Hi, Is it possible to write a subroutine in Perl which accepts an open file handle as parameter? At the moment it seems hopeless, but is it? Regards Gabaux Linux is like a wigwam: no gates, no windows, and an apache inside! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

newbie question about subroutines

2002-03-26 Thread Richard Wood
I have this script that checks processes on aix box. My question is within the subroutine. If the process is not running the return code is 256. How do prevent it from sending multiple alerts to a pager? What I want it do is send 1 page at a time for multiple events. Piece of my script: $tel