Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: DataStore.pm

by barrd (Canon)
on Oct 03, 2003 at 16:36 UTC ( [id://296323]=note: print w/replies, xml ) Need Help??


in reply to Re: DataStore.pm
in thread DataStore.pm

Hi Rhys,
Nice try, but you should of checked that DataStore existed before offering that advice ;)
Warning: Cannot install DataStore, don't know what it is. Try the command i /DataStore/ to find objects with matching identifiers. cpan> i /DataStore/ No objects found of any type for argument /DataStore/
My guess is that DataStore.pm is a hand rolled module created by someone other than the OP and that the script in question that is breaking was not originally written by the OP.

Replies are listed 'Best First'.
Re: Re: Re: DataStore.pm
by seaver (Pilgrim) on Oct 03, 2003 at 16:46 UTC
    Therefore, you should actually look for DataStore.pm in your file system:
    find / -name DataStore.pm
    @INC always looks in '.' too, so check out the directory the CGI script is in, you may see it in there.

    But your other problem may be a typo problem, the module needed may very well be in the @INC, but slightly misnamed..it doesnt seem likely since 'DataStore' IS spelt correctly, but the module may have vowels missing or summat: 'DataStr.pm etc.

    Maybe try

    find / -name \*.pm

    If all else fails, google for it, or contact previous owners of the CGI directory.

    Cheers
    Sam

Log In?
Username:
Password:

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

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

    No recent polls found