Helping ordinary people create extraordinary websites!
   

What does this mean \*STDOUT?

Thursday, 7th January 2010
by grlemn






TJ
Hi grlemn,
It stands for Standard Output.

"Standard output is a term used extensively in computer science to refer to the normal output destination of a program. When you are working with a command line interface, like DOS, the standard output is directed to your computer screen." Read more about it at http://www.gossland.com/course/files/stdoutput.html

TJ.

Sources:

Thursday, 7th January 2010
Votes:
19
8

More Perl Help:
» Using the Perl ftp object, how can I retrieve the CREATE date of remote files?
» How to sort a multidimensional array in Perl?