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
In reply to Re: require fails in CGI
by hardburn
in thread require fails in CGI
by heezy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |