Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Problem With Win32::Fileop

by John M. Dlugosz (Monsignor)
on Jan 14, 2003 at 20:07 UTC ( [id://226944]=note: print w/replies, xml ) Need Help??


in reply to Problem With Win32::Fileop

On Windows, the file name of the pm file is case-insensitive, but the module name within it is still case sensitive. So perl.exe finds Win32\FileOp.pm and loads it, but then tries to call Win32::Fileop->import, which does not exist.

I recall getting an error on the use line when the module name doesn't match the file name. Maybe it varies with different versions of perl, or something else is going on (like Fileop without the cap 'O' is also used internally so the namespace exists).

Anyway, Map is never imported.

—John

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://226944]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-25 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found