Re: Mixing MacPerl and Glue causes Halucinations

2004-06-12 Thread Chris Nandor
In article [EMAIL PROTECTED],
 [EMAIL PROTECTED] (Alan Olsen) wrote:

 If you uncomment the Mac::Glue line, it will no longer be a graphical 
 UI, but a text one on the console.

Sorry about that, when I reorganized some code into Mac::Glue::Common I left 
this line always on:

   $MacPerl::Target = '' if $^O ne 'MacOS';

It really should be local()ized to the functions that need it, which I will 
do for the next release.

In your program, after the use statements, merely add this:

   $MacPerl::Target = 'SystemUIServer';

You likely won't need it after the next release of Mac::Glue.


 What am I doing wrong here?  (Other than using a Mac...)

:p

-- 
Chris Nandor  [EMAIL PROTECTED]http://pudge.net/
Open Source Development Network[EMAIL PROTECTED] http://osdn.com/


Installing modules on osX 10.3.3

2004-06-12 Thread Phil Calvert
 Hi,
I been trying to do hack no. 8 from the O'Reilly book Spidering 
Hacks but keep getting hung-up.

I enter the line sudo perl -MCPAN -e 'install libwww-perl' and things 
seem to go well for a while but then it gets stuck at:

CPAN: Storable loaded ok
Going to read /Users/thatsme/.cpan/Metadata
 Database was generated on Tue, 08 Jun 2004 19:34:06 GMT
Warning: Cannot install 0, don't know what it is.
Try the command
 i /0/
to find objects with matching identifiers.
Any ideas on where I go from here?
Thanks, Phil