Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Where to keep images so a module can find them

by vkon (Curate)
on Sep 04, 2006 at 19:44 UTC ( [id://571142]=note: print w/replies, xml ) Need Help??


in reply to Where to keep images so a module can find them

Tk.pm uses "findINC" subroutine which helps with finding an image near module installation, look into it to see the logic.

Other approach (used in many Tk modules) is to base64-encoding image data into PM file itself.

But in general, this is indeed a bit of a problem, without sole solution, and each module uses its own way.

  • Comment on Re: Where to keep images so a module can find them

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 17:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found