Date: Sat, 30 Jun 2001 00:00:51 GMT
From: "John W. Krahn" <krahnj@acm.org>
Subject: Re: converting shell "sort" command to perl..
Message-Id: <3B3D16BA.40E46CCE@acm.org>

Patrick Erler wrote:
> 
> [snip]
> 
> only the simplest thing with this code i don't get solved right now.. how
> should this line look like correctly?
> 
> $#ARGV >= 1 or die "Usage:\n\t$0 [logfile]\n";

@ARGV == 1 or die "Usage:\n\t$0 [logfile]\n";



John
-- 
use Perl;
program
fulfillment


