Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Can't locate Object/MultiType.pm Error

by marto (Cardinal)
on Nov 28, 2012 at 11:10 UTC ( [id://1006010]=note: print w/replies, xml ) Need Help??


in reply to Can't locate Object/MultiType.pm Error

You haven't installed XML::Smart correctly, it's dependencies are not satisfied, Object::MultiType.

You don't mention how you installed XML::Smart, if you think downloading the tar files and copying files to places is a good idea, it isn't.

To install using ppm from the command prompt:

ppm Module::Name

To install using cpan from the command prompt:

cpan Module::Name

Either method will install the module and it's dependencies. If you use the cpan method consider installing MinGW and the build tools for your version of ActiveState Perl by:

ppm MinGW

Note also the XML::Smart module is quite old and has several reported bugs you may want to make yourself aware of. I'd never heard of it before you mentioned it. Perhaps one of the more modern, supported XML modules would suffice.

Update: See also PerlMonks for the Absolute Beginner, since you posted in the wrong section of the forum.

Replies are listed 'Best First'.
Re^2: Can't locate Object/MultiType.pm Error
by Vijay81 (Acolyte) on Nov 28, 2012 at 15:52 UTC
    Thank you All. It worked.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-19 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found