Re: Repeating the array

2008-08-21 Thread priya
On Aug 20, 10:54 am, [EMAIL PROTECTED] (Arun) wrote: > Hi, >     I just wanted small help here, i want to repeat an array for every > 30 seconds. > lets us keep i want to send an array for every 30 seconds and also > should be able to quit as per the user. Hi Arun, You can use 'sleep' to achive

Re: sending output to file and terminal

2007-03-28 Thread lakshmi priya
lakshmi, I think we can use the "Tee" module for that. http://search.cpan.org/~dagolden/Tee-0.13/lib/Tee.pod -srini lakshmi priya wrote: > Hi all, > > I have written a perl script that prints the output to the > terminal. I > also want to write the output to a file.

sending output to file and terminal

2007-03-28 Thread lakshmi priya
Hi all, I have written a perl script that prints the output to the terminal. I also want to write the output to a file. So, what I have done is write the output to a file and then print the file. I was just wondering if there any way to write to both - terminal and file at the same time? Wi

Re: how to redirect warnings to a file

2007-03-23 Thread lakshmi priya
Hi all, Thank u for your help :)

how to redirect warnings to a file

2007-03-22 Thread lakshmi priya
Hi, How do I redirect the warning messages from my perl script to a different file? By default they are all getting printed on the terminal.