Matthew Browning wrote:
> > Do you mean to say that cperl-mode will now indent anything
> > correctly?
>
> That's what I am saying, yeah.
So, this indents properly, if typed from beginning to end.
{
/"/;
print;
}
and how about this:
{
/"/; #"
print;
}
Steve