On May 06, 2013, at 04:30, Thomas Fischer <
fisch...@aon.at> wrote:
> while ( <> ) {
> s/<t>(\d\d):(\d\d):(\d\d)<\/t>/'<t>'.(($1*60+$2)*60+$3).'<\/t>'/ge;
> print;
> }
______________________________________________________________________
Hey Thomas,
Nice tersification. :)
> Looking at this I realised that you used Perl 5.12 (needed only for the "say"), and that TextWrangler doesn't recognize "say" as verb in Perl.
Oh, you mean in the highlighting.
I believe you can specify 10.010 to enable 'say'.
> So I'm wondering what version of Perl TextWrangler uses for the text coloring. Does anybody know how I can find out?
I don't find a Perl Language Module just the following two files:
Perl Keywords.txt
PerLanguageOverrideKeys.plist
Neither specifies the origin of the syntax parser.
I think you'll need to contact support to find out: Bare Bones Software <
sup...@barebones.com>
--
Best Regards,
Chris