in reply to Re^2: use lib "."
in thread use lib "."

"I'd be interested in your view of having a bin or cron directory when there is only a single script outside the www directory..."

I'd pick a standard location for scripts (bin, cron, scripts, whatever) and use it consistently. I wouldn't move them around based on how many there were at any given time.

— Ken

Replies are listed 'Best First'.
Re^4: use lib "."
by Bod (Parson) on Aug 12, 2023 at 19:37 UTC
    I'd pick a standard location for scripts

    Thanks Ken,

    I shall roll out a cron and a bin directory as I make changes...