Re: Multifile project question

2005-03-02 Thread Wiggins d'Anconia
Peter Rabbitson wrote: Hi everyone. I have a question regarding splitting large projects into multiple files to add at least a little convenience when further maintenance is needed. Consider this more than trivial example to be a program of 4000 lines: print '> '; my $input = ; chomp $input; if ($i

Multifile project question

2005-03-01 Thread Peter Rabbitson
Hi everyone. I have a question regarding splitting large projects into multiple files to add at least a little convenience when further maintenance is needed. Consider this more than trivial example to be a program of 4000 lines: print '> '; my $input = ; chomp $input; if ($input =~ /^\d+$/) {