in reply to Simple autoflush module
Probably not all you want, but name this
#!perl -w $|++; eval <>;
as p1.pl (and under Win32 at least) you can type:
Gets around all (most?) of the brain-dead CLP quoting problems.C:\test>p1 print "hello world!" hello world! C:\test>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Simple autoflush module
by RMGir (Prior) on Aug 13, 2002 at 11:21 UTC |