in reply to Simple autoflush module
then name it something like 'nperl' and all you have to do is:#!/usr/bin/perl $cmd = join(';', @ARGV); system(qq{/usr/bin/perl -ne'\$|=1;$cmd'});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Simple autoflush module
by RMGir (Prior) on Aug 12, 2002 at 23:34 UTC |