hello everybody,
i needed some help with the diamond operator (<>)
i am trying to use it in a while like so:

while(<>){}
@somearray = reverse(@ARGV);
printf("@somearray");

i run the perlscript with a file suffix like:
./perlscript test1.txt
i am trying to reverse the contents of test1.txt line-by-line and print them
out. but i dont get any output.any help would be appreciated.
thanks,
tk




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to