#!/usr/bin/perl
$| = 1 # autoflush to stdout( | is 'pipe')
while () {
print "hello world";
}
gives
hello worldhello worldhello worldhello worldhello worldhello worldhello
worldhello worldhello worldhello worldhello worldhello worldhello
worldhello worldhello worldhello worldhello
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs
- Re: A simple perl question. Ray Olszewski
- Re: A simple perl question - sorted. Dan
- RE: A simple perl question. oh kyong joo
- RE: A simple perl question. Baskette, John
