[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Whois as BBEdit Perl Filter?



On Fri, May 12, 2000 at 01:32:57PM -0400, Ronald J Kimball wrote:
> @ARGV = split while <STDIN>;

Or, if you want something that works:

push @ARGV, split while <STDIN>;

Oops.

Ronald

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org