Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread Ken Williams
You can extract the perl stuff directly from the Jaguar installation CDs using something like the Pacifist application. That's probably preferable to a full re-install of the OS. -Ken On Thursday, October 3, 2002, at 01:39 AM, Richard Jolly wrote: > > You've convinced me that overwriting

Re: A man page viewer...

2002-10-02 Thread Puneet Kishor
Its all working now. Now using man2html, but not the perl script that comes with it... I am still using Jerry's version hand-customized by me. I will package up the sourcecode later today or tomorrow (the current download still gets Jerry's original man script). The only problem with man2htm

Re: A man page viewer...

2002-10-02 Thread Daniel Stillwaggon
On Wednesday, Oct 2, 2002, at 15:29 US/Pacific, Daniel Stillwaggon wrote: > s/see also (\w+) \((\d)\)/see also $1 > \($2\)/gi Oops! forgot to escape the /A (take that as a hint that this is untested...). - Daniel C.

Re: A man page viewer...

2002-10-02 Thread Daniel Stillwaggon
On Wednesday, Oct 2, 2002, at 12:52 US/Pacific, Puneet Kishor wrote: > I am now using man2html 3.0.1 (available from > http://www.oac.uci.edu/indiv/ehood/man2html.html)... works quite well, > except, I haven't yet figured out the html linking other man pages > bit. Am working on it... it is

Re: CPAN behind a firewall?

2002-10-02 Thread Robin
On Thursday, October 3, 2002, at 04:49 AM, Dan Sugalski wrote: > At 4:42 AM +0900 10/3/02, Robin wrote: >> beware of libnet overwriting the HEAD, GET, & POST commands when you >> install it - move them from '/usr/bin/' to '/usr/local/bin/' before >> installing > > While good advice, that's a p

Re: A man page viewer...

2002-10-02 Thread Puneet Kishor
Jerry, I am now using man2html 3.0.1 (available from http://www.oac.uci.edu/indiv/ehood/man2html.html)... works quite well, except, I haven't yet figured out the html linking other man pages bit. Am working on it... it is something obvious that slips me. Anyway, thanks to your manpage viewer

Re: CPAN behind a firewall?

2002-10-02 Thread Dan Sugalski
At 4:42 AM +0900 10/3/02, Robin wrote: >beware of libnet overwriting the HEAD, GET, & POST commands when you >install it - move them from '/usr/bin/' to '/usr/local/bin/' before >installing While good advice, that's a problem with LWP, not libnet. :) >On Thursday, October 3, 2002, at 04:06 AM,

Re: A man page viewer...

2002-10-02 Thread Matt Morse
Project Builder's man page viewer (Help menu, Open man page...) uses rman (also known as PolyglotMan, and previous to that, RossettaMan). It seems to handle the variously formatted man source quite well. PB's interface to the man pages leaves much to be desired (it's on the list!), but it giv

Re: CPAN behind a firewall?

2002-10-02 Thread Robin
beware of libnet overwriting the HEAD, GET, & POST commands when you install it - move them from '/usr/bin/' to '/usr/local/bin/' before installing check the archives for more info on this http://archive.develooper.com/macosx%40perl.org/ Robin On Thursday, October 3, 2002, at 04:06 AM, Dan

Re: A man page viewer...

2002-10-02 Thread Jerry LeVan
Greetings PK, I seem to recall that linux man pages are kept initially in a gzip format and as invoked get converted to an unpacked format. You might try removing the redirection of stderr to stdout in the man command, in fact you might even redirect it to /dev/null and see if that helps. I s

Re: CPAN behind a firewall?

2002-10-02 Thread Nathan Torkington
Dan Sugalski writes: > Get and install libnet by hand. It has provisions for handling many > types of firewalls, and once you have it CPAN.pm will use it instead > of the base FTP executable. The advice I've seen is to put setenv FTP_PASSIVE true in your .cshrc file. Nat

Re: CPAN behind a firewall?

2002-10-02 Thread Dan Sugalski
At 12:00 PM -0700 10/2/02, Nathan Herring wrote: >Anyone know of a scriptable/automatable solution to using CPAN from >behind a firewall? It just uses OSX's ftp, which doesn't really look >at the proxy info in the Network control panel. I've been manually >using IE to download patches and insta

CPAN behind a firewall?

2002-10-02 Thread Nathan Herring
Title: CPAN behind a firewall? Anyone know of a scriptable/automatable solution to using CPAN from behind a firewall? It just uses OSX's ftp, which doesn't really look at the proxy info in the Network control panel. I've been manually using IE to download patches and install them. Thx, nh

Re: A man page viewer...

2002-10-02 Thread Puneet Kishor
Pete Prodoehl wrote: > > My thought was that some of the functionality found in the PHP version > might be nice in the Perl version ;) > > (This being a perl list...) > > Hi Pete, I checked out the php man viewer. Sadly, it did not work at all for me. No matter what page I asked for (httpd

Re: Parsing JIS X 0208 & Shift JIS with 5.8.0 +++++Success

2002-10-02 Thread Robin
I'm cross posting this to the perl unicode list because the pods say they might be interested in my dopey luser feedback, well actually not with those words they don't :-). The process by which I arrived at the solution might seem painful to some, but I'm listing it here in case anyone else is/

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread Pete Prodoehl
I'm too lazy to track it down, but I believe Jordan Hubbard (the BSD/Darwin guy) said Apple is waiting for a point release (5.8.1?) before upgrading Perl... Pete william ross wrote: > On Wednesday, October 2, 2002, at 04:06 PM, Richard Jolly wrote: > > It would be good to have a semi-offici

Re: A man page viewer...

2002-10-02 Thread Pete Prodoehl
My thought was that some of the functionality found in the PHP version might be nice in the Perl version ;) (This being a perl list...) Pete Puneet Kishor wrote: > Thanks. Looks nice. However, this being a perl list n'all ;-) > > Seriously, I don't even have php running on my iBook. And be

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread william ross
On Wednesday, October 2, 2002, at 04:06 PM, Richard Jolly wrote: > > On Wednesday, October 2, 2002, at 02:01 PM, william ross wrote: >> >> On Wednesday, October 2, 2002, at 01:53 PM, Richard Jolly wrote: >> >> here's your immediate problem: >> >>> CPAN build and cache directory? [/Users/rjolly/.c

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread Richard Jolly
You've convinced me that overwriting 5.6 was a bad idea, and I should fix it before I go too much further. Any advice on the best way of doing this (simple directions please!)? I read somewhere that the hints/darwin.sh file had been rewritten - I think to avoid this problem. (Of course I can'

Re: Experience w/10.2 and Perl (specifically Perl)

2002-10-02 Thread Robin
On Wednesday, October 2, 2002, at 11:14 PM, ellem wrote: > First those who have upgraded; did you do a complete reinstall or did > you "upgrade"? upgrade - but I didn't do it on a critical box - I'm waiting to see what probs if any I might have to face before doing it for real (credit due - no

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread Dan Sugalski
At 4:06 PM +0100 10/2/02, Richard Jolly wrote: >Why is it such a bad idea to replace Apple's 5.6? I could reinstall >10.2 just to revert that, I guess. Would it be worth it? A fair amount of Apple's maintenance scripts and some installer scripts use it. 5.6.0 has a number of... quirks that are

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread Robin
On Thursday, October 3, 2002, at 12:06 AM, Richard Jolly wrote: > Why is it such a bad idea to replace Apple's 5.6? I could reinstall > 10.2 just to revert that, I guess. Would it be worth it? in short perl 5.6.1 is not the same code base as 5.8- so any modules whch were ompiled to run with 5

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread Chris Devers
On Wed, 2 Oct 2002, Richard Jolly wrote: > Why is it such a bad idea to replace Apple's 5.6? I could reinstall > 10.2 just to revert that, I guess. Would it be worth it? Dunno, maybe. If nothing is acting funny then you can leave it alone, but a lot of system components (cron jobs, system comman

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread Richard Jolly
Thank you very much. I "o conf init"'ed (in case I'd pressed 'y' instead of return for anything else) and everything worked fine. Richard __ On Wednesday, October 2, 2002, at 02:37 PM, Robin wrote: > You don't need to re-install CPAN, just re-configure it - > > So in the terminal type: > 1)

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread Richard Jolly
On Wednesday, October 2, 2002, at 02:01 PM, william ross wrote: > > On Wednesday, October 2, 2002, at 01:53 PM, Richard Jolly wrote: > > here's your immediate problem: > >> CPAN build and cache directory? [/Users/rjolly/.cpan] y > > to accept the default, just press return. having answered 'y', y

Re: A man page viewer...

2002-10-02 Thread Pete Prodoehl
Well, it's in PHP not Perl, but you might checkout: http://www2.linuxpakistan.net/man.php It might do some of the things you want to do... Pete Puneet Kishor wrote: > Greetings Jerry. > > Last night I downloaded your wonderful little man page viewer. I have > modified the code a tad

Re: A man page viewer...

2002-10-02 Thread Puneet Kishor
Thanks. Looks nice. However, this being a perl list n'all ;-) Seriously, I don't even have php running on my iBook. And besides, I am reinventing the wheel so I can learn. Thanks though, for the link. pk. On Wednesday, October 2, 2002, at 09:56 AM, Pete Prodoehl wrote: > > Well, it's in PH

Re: Experience w/10.2 and Perl (specifically Perl)

2002-10-02 Thread Puneet Kishor
On Wednesday, October 2, 2002, at 09:25 AM, ellem wrote: > > On Wednesday, October 2, 2002, at 10:19 AM, Puneet Kishor wrote: > >>> Third (and slightly OT) did 10.2 overwrite any Apache changes you >>> may have made (ie Perl, PHP, etc) ? >>> >> >> I did a clean install of 10.2, so everything w

Experience w/10.2 and Perl (specifically Perl)

2002-10-02 Thread ellem
First those who have upgraded; did you do a complete reinstall or did you "upgrade"? Second if you were on a Perl greater than 5.6.0 and it was over Apple's Perl; did you revert to Apple's 5.6.0? Third (and slightly OT) did 10.2 overwrite any Apache changes you may have made (ie Perl, PHP, et

Re: A man page viewer...

2002-10-02 Thread Puneet Kishor
Greetings Jerry. Last night I downloaded your wonderful little man page viewer. I have modified the code a tad bit so it now primarily -- - runs in a frameset so a search field is always visible at the top; - added code to remember visited man pages -- - visited man pages are added to a

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread Robin
You don't need to re-install CPAN, just re-configure it - So in the terminal type: 1) [terminal commandline:]user% cd ~ 2) [terminal commandline:~]user% sudo mkdir .cpan 3) [terminal commandline:~]user% cd ~/.cpan 4) [terminal commandline:~/.cpan]user% sudo mkdir build 5) [terminal commandline:~/

Re: 10.2 + 5.8 CPAN trouble

2002-10-02 Thread william ross
On Wednesday, October 2, 2002, at 01:53 PM, Richard Jolly wrote: here's your immediate problem: > CPAN build and cache directory? [/Users/rjolly/.cpan] y to accept the default, just press return. having answered 'y', your cache directory is now './y', which doesn't exist. You can correct that

10.2 + 5.8 CPAN trouble

2002-10-02 Thread Richard Jolly
I've newly installed 10.2 and perl 5.8. Being quite new to this kind of thing, I followed the instructions at http://developer.apple.com/internet/macosx/perl.html to the letter. All was well, until I tried to install Bundle::CPAN in the cpan shell. I don't know if its relevant, but I was unsu

Re: Cpantest

2002-10-02 Thread Ken Williams
On Wednesday, October 2, 2002, at 02:12 PM, Charles Albrecht wrote: > > So it sounds like your problems were primarily with sendmail. > Did you go through the normal steps for getting sendmail to > work on OS X? (Permissions on / and /Users or setting a > DontBlameSendmail flag, recompiling s

Re: Parsing JIS X 0208 & Shift JIS with 5.8.0

2002-10-02 Thread Joel Rees
Robin explained: > First off - I didn't post specifics because I wasn't sure that it might > be of interest to the OSX perl comunity as a whole, I hoped to get the > interested parties emailing me privately, but then again the total > scarcity of docs (that I could find in English) regarding th