Hello all,
I want to make comaprisons in an if statement without caring about upper or lower case
eg $x='T'; $y='t' if($x eq $y). can the i that is used in regex be used here or is
there another way. Thanks
Sattar
-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful
Hi everyone,
How do you send the output of program to the printer and is there a command to clear
the screen from a perl program. Thanks.
-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Hi everyone,
I have a couple of questions;
1) is there a command to clear the screen from within a perl program
2) how can you send the ouptput to the printer from within a perl program
I am running perl on windows.
Thanks
-
Do you Yahoo!?
Yahoo! Mail Plus -
Hi all,
When I run the following code(with any hash), I get a contiuous stream of output. The
presence of the array in the loop causes the contiuous stream of output. When the
array is commented out an output is generated. Why does the presence of the array
cause a contiuous stream of output.