in reply to
(ichimunki) Basic design seems inefficient
in thread
Perl Source Stats
Rare is the Perl source that can't fit in memory.
my @source = <IN>;
will do the trick, and give you something to iterate over in your subroutines.
Comment on
Re: Re: Perl Source Stats
Download
Code
In Section
Code Catacombs