Hi Daniel,

Daniel wrote:
I use the glob() function inside a perl script. If I compile this to an exe-file using Cava Packager, I get the error message:

Can't locate File/Glob.pm in @INC at program start.
But this is not an extra modul or is it?

Well, it's a core module that's implicitly loaded when you use glob() for the first time. Just include it in the package using the normal Cava UI. I'm surprised it's not in by default.

Cheers,
Steffen

Reply via email to