Help for this page
#!/usr/bin/winperl use warnings; use strict; ... # return qw(Foo Bar Baz); # return qw(Foo Bar Baz Quux Zod Wibble); }