in reply to Re: IO::Select woes
in thread IO::Select woes
perl test.pl > temp_file perl test.pl < temp_file will work only with a semicolon (;) separating the two commands: perl test.pl > temp_file ; perl test.pl < temp_file
Edit: oh I have just noticed that haukex has added this as a comment in a moderation of the above node. So, I will add another: Or some terminals -> Or some shells.
|
---|