Different way of getting Standard input
- From: prabu.ayyappan@xxxxxxxxx (Prabu Ayyappan)
- Date: Sun, 30 Dec 2007 23:45:44 -0800 (PST)
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
- Follow-Ups:
- Re: Different way of getting Standard input
- From: Anders
- Re: Different way of getting Standard input
- From: Chas. Owens
- Re: Different way of getting Standard input
- From: John W. Krahn
- Re: Different way of getting Standard input
- Prev by Date: Re: is this a rigged test?
- Next by Date: Re: Handling errors when working with files
- Previous by thread: is this a rigged test?
- Next by thread: Re: Different way of getting Standard input
- Index(es):
Relevant Pages
|