caven wrote: > > Thank you for reading my passage! > I am a beginner and need read some source code for my better > understanding of perl. > > Thank you in advance! ^_^
http://www.cpan.org/ or write your own :-) try and error is a good way to learn. remember to do use strict; use warnings; That will help you find errors and point out some tings you should avoid even thogh they work. /Stefan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]