I won't be able to come to the January meeting of the TelAviv.pm but I'd like to offer the following talk to the next meeting I can participate on:
Moving from script to module: Modularization of a command line script Most people when they first learn Perl they start by writing small scripts. Those scripts then grow and grow. Then they need another script that does something different but with certain similarities. Then they copy and paste parts of the original script. Now they have duplicated code. This then happens over and over again till they have lot of scripts with some common code. When time comes to change some code in the "common" part they now need to go over many scripts and make that change. In this talk I'll take a script and see how can take some parts of it move to a module so that we can use the same piece of code in many scripts without copy-paste. I think the length of talk is somewhere between 30-40 minutes. Any comments? Ideas? regards Gabor _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
