in reply to require fails in CGI

You can do the same thing getVcolFileNames() does in two lines:

my @files = <"$vcol_dir/*.vcol">; print map $cgi->p($_), @files;

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated