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:

C:\test>p1 print "hello world!" hello world! C:\test>
Gets around all (most?) of the brain-dead CLP quoting problems.

Replies are listed 'Best First'.
Re: Re: Simple autoflush module
by RMGir (Prior) on Aug 13, 2002 at 11:21 UTC
    Very cool, thanks!

    This thread is turning into lazy perl central :)
    --
    Mike