[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Oddity with BBEdit 6.0



At 3:23 PM 12/20/00, Andrew O. Mellinger wrote:
>   I am having trouble using the Syntax from Perl in BBEdit.  When I 
>check syntaxt I don't get the nice error window anymore showing the 
>errors in nice formatted boxes.   They simply appear in the output 
>window.  Does anyone know why I'm not getting the Error window any 
>more?

That happened to me, too (BBEdit 6.0.2). I boiled it down to the way 
I (mis)quoted a string argument to a method call.

Works:
my $query = $voters->prepare("ORDER BIRTHDATE, LAST");

Works:
my $query = $voters->prepare('ORDER BIRTHDATE, LAST');

Errors in usual BBEdit Errors window:
my $query = $voters->prepare("ORDER BIRTHDATE, LAST);

Errors in MacPerl Output window only:
my $query = $voters->prepare('ORDER BIRTHDATE, LAST);

So, I suspect there's an explanation related to interpolation.

I've cc:ed Barebones.

1;


- Bruce

__Bruce_Van_Allen___Santa_Cruz_CA__

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org