On Mon, Mar 19, 2001 at 06:23:27PM +0000, James Powell wrote:
> Anyone know how to stop xemacs cperl-mode to stop knackering it's 
> auto-tab indentation after you confuse it with a line like
> 
>     my $dbh = ${$self->{params}->{dbh}};
> 
> (doesn't seem to like the curly braces).

  my $dbh = $ {$self->{params}->{dbh}} I think is the only way to do it --
it seems to think that the variable is '${' thus the terminating bracket
clobbers its count.

--james.

PGP signature

Reply via email to