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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I used my layout for years, so it is what I'm used to doing. With most of my writing being for my site, I've kept things under one "roof". One of the bigger changes was getting my site work out of my Documents directory, finally, and shedding some of the last vestiges of my time using Windows.

../site ../site/files ../site/files/audio ../site/files/css ../site/files/data ../site/files/images ../site/files/lib

So, I'd been using ../files/lib (when under Documents/www and now just site) as the place where all the modules I wrote went, if they were for my site or not. However, recently I decided to move on from that structure a little bit. So, when I moved the few that really don't belong with my site, I moved them to where the scripts that did use them lived, in this case bin. So now I have...

../bin ../bin/files/data ../bin/files/lib

For me, it makes it easier to work on scripts if their helpers were in the same directory as the script. Maybe one day I will get things together, but for now, this is the way I roll.

My OS is Debian 10 (Buster); my perl versions are 5.28.1 local and 5.16.3 or 5.30.0 on web host depending on the shebang.

No matter how hysterical I get, my problems are not time sensitive. So, relax, have a cookie, and a very nice day!
Lady Aleena

In reply to Re^4: Instance of 'use lib' won't accept relative path by Lady_Aleena
in thread Instance of 'use lib' won't accept relative path by Lady_Aleena

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
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: (1)
As of 2024-04-24 14:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found