OT: wget question

2005-12-31 Thread John Horner
I hope you don't mind me asking a wget question. I have a feeling it may hang on some Mac-specific issue which I'm not getting. I'm trying to download http://www.guardian.co.uk/pda/avantgo/ for offline reading. I'm using wget's --restrict-file-names flag to make sure that problem characters

Re: CPAN modules ...

2005-12-31 Thread John Delacour
At 3:17 am + 31/12/05, John Delacour wrote: At 5:15 pm -0500 30/12/05, Vic Norton wrote: How can I make BBEdit's %ENV more like the system %ENV? Turn BBEdit into Terminal?... Try this: #!/usr/bin/perl print `/usr/bin/./printenv` JD

Re: CPAN modules ...

2005-12-31 Thread Chris Devers
On Sat, 31 Dec 2005, John Delacour wrote: Try this: #!/usr/bin/perl print `/usr/bin/./printenv` ^^ ^^ Why the '/./' here? Isn't `/usr/bin/printenv` equivalent, clearer, and simpler? -- Chris Devers DO NOT LEAVE IT IS NOT REAL

Re: CPAN modules ...

2005-12-31 Thread John Delacour
At 6:49 pm -0500 31/12/05, Chris Devers wrote: On Sat, 31 Dec 2005, John Delacour wrote: print `/usr/bin/./printenv` ^^ Why the '/./' here? Isn't `/usr/bin/printenv` equivalent, clearer, and simpler? Sure, but I didn't get that far. printenv works in tcsh without the