I was using the First Edition of Perl in a Nutshell for reference, so I guess
things have changed a little :). That seems to work for the simple commands I am
running.
I was going to forward this to the author for their review and am wondering
what the exceptable format is? I have seen others just do a diff of the files. Is
there any etiquette to such a thing or is the below acceptable?
>$ diff Shell.pm ~/bak.Shell.pm
356c356
< (?<!\\)$prefix
---
> $prefix
Thanks,
=-= Robert Thompson
On Thu, Oct 17, 2002 at 02:23:46PM -0400, Jeff 'japhy' Pinyan wrote:
> On Oct 17, Robert Thompson said:
>
> > (?<!=\\)$prefix
>
> I think you just want (?<!\\), not (?<!=\\). The = isn't part of the
> assertion.
>
> --
> Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/
> RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/
> ** Look for "Regular Expressions in Perl" published by Manning, in 2002 **
> <stu> what does y/// stand for? <tenderpuss> why, yansliterate of course.
> [ I'm looking for programming work. If you like my work, let me know. ]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]