in reply to Re: No plan "weakens" my Test scripts?
in thread No plan "weakens" my Test scripts?
my $count = do { my $i; $i++ while <$fh>; $i };
my $count = do { () = <$fh>; $. };
Makeshifts last the longest.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: No plan "weakens" my Test scripts? (slurps)
by tye (Sage) on Feb 20, 2005 at 03:16 UTC | |
by xdg (Monsignor) on Feb 22, 2005 at 02:09 UTC |