Hi All,

What is the difference in Accepting the following form of standard input?

1) $a = <STDIN>;
2) $b = <stdin>; 
3) $c = <>; 

Now check,
print $a $b $c;


What is actually happening?
Will this be written to some standard input file?
If so In windows where this will be written?


Thanks,
Prabu.M.A


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

Reply via email to