in reply to Re: newbie question: can't use my own lib in crob job
in thread newbie question: can't use my own lib in crob job

I don't know the exactly full path of the lib because I can't force other user install the lib to the desired path.

thanks!

  • Comment on Re: Re: newbie question: can't use my own lib in crob job

Replies are listed 'Best First'.
Re: Re: Re: can't use my own lib in crob job
by chromatic (Archbishop) on Mar 30, 2004 at 04:32 UTC

    Are you concerned about making this easy to install for other users? While that's a good thing, I think you're seriously overthinking things. If users have to set up a cron job to make this work, they'll have to edit code anyway. Just tell them to install the module via the normal mechanism or add a use lib line to their code.

    (As a side note, prepending "newbie" to your post subjects is useless; it adds no information of value.)

      thanks for your advice.I add "newbie" to my post subjects because I think my question is very stupid.I will remove this later.