Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Installing perl modules

by edan (Curate)
on Dec 16, 2004 at 15:16 UTC ( [id://415371]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Installing perl modules
in thread Installing perl modules

Then you can probably get away with grabbing the source, changing the package declaration to MyTieIxHash or something, and uploading to MyTieIxHash.pm, and then use tie %hash, 'MyTieIxHash';. YMMV.

Update: Ah, I didn't see that you can create directories. In that case, create "Tie" directory, put "IxHash.pm" in it, add "use lib '.'" to your script, and you should be good to go.

--
edan

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-24 06:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found