in reply to Re^2: Create sort function from a text file
in thread Create sort function from a text file
> > put real Perl code in the "config files"
is that the maintainer can run static syntax check° on these files to ensure there are no bugs, instead of hoping they don't fail at runtime. Some IDE's even do this automatically for you in the background.
Putting only broken snippets of code in different files is mostly doomed to fail.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
°) i.e. perl -c file.pl
|
|---|