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
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.
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
Hi all,
Thank u for your help :)
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.