How can you tell from within a script, wich modules are available?
> -----Original Message-----
> From: Ken Williams [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 21, 2001 9:04 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Making a Perl script run at boot?
>
>
> [EMAIL PROTECTED] wrote:
> >I scoured the archive and haven't seen a thread regarding this topic
> >but apologize if I missed it.
> >
> >I have a perl script for a dynamic dns service <hn.org> that I would
> >like to automatically run at login.
> >(the script is here:
> http://www.technopagan.org/software/hammernode.pl)
> >
> >I was simply wondering where the appropriate place to put
> this script
> >is. Tried: /library/startupitems
> >but that didn't work. The instructions for installing are directed
> >towards linux, and maybe why when simply trying to run the script it
> >craps out on the first line as well:
> >use MIME::Base64 ();
>
> The script has to run in the regular environment, or you
> don't have any
> hope of getting it to run at startup. Have you installed
> MIME::Base64?
> It's part of the LWP bundle on CPAN.
>
>
> ------------------- -------------------
> Ken Williams Last Bastion of Euclidity
> [EMAIL PROTECTED] The Math Forum
>