Re: LWP::Simple - Terminal won't but BBEdit will.

2006-07-09 Thread Andrew Brosnan
On 7/9/06 at 6:03 PM, [EMAIL PROTECTED] (Sherm Pendley) wrote: > On Jul 9, 2006, at 5:03 PM, Andrew Brosnan wrote: > > > > my $file = 'Users/andrewbr/Desktop/google.html'; > Easy fix - add a / to the beginning of $file to make it a fully- > qualified path. Ahh, that was a typo...thanks for pro

Re: LWP::Simple - Terminal won't but BBEdit will.

2006-07-09 Thread Sherm Pendley
On Jul 9, 2006, at 5:03 PM, Andrew Brosnan wrote: Hi, I came across something odd editing a script with BBEdit. The BBEdit #! menu has a 'Run' command and a 'Run in Terminal' command. The script below works fine when I use the Run command, but returns HTTP response code 500 when I use Run in

LWP::Simple - Terminal won't but BBEdit will.

2006-07-09 Thread Andrew Brosnan
Hi, I came across something odd editing a script with BBEdit. The BBEdit #! menu has a 'Run' command and a 'Run in Terminal' command. The script below works fine when I use the Run command, but returns HTTP response code 500 when I use Run in Terminal. I tried running it directly from Terminal and