Dumb question, have you checked that the script has execute permissions?
chmod 755 myScript.pl
François
On Oct 5, 2012, at 3:43 PM, John Delacour <
johnde...@gmail.com> wrote:
>
> I installed Mountain Lion yesterday, probably the worst decision I ever made! Some of Apple’s own main apps now seem to be buggier than they were 5 years ago with no useful new features.
>
> None of my UNIX filters in BBEdit are now working.
>
> For example this script
>
> #!/usr/bin/perl
> while (<>) {
> print "* $_"
> }
>
> should put an asterisk at the beginning of each line in the front document but nothing happens at all with this script or any other.
>
> Mountain Lion has caused me so much trouble that I’m now exhausted, so perhaps I’m missing something obvious.
>
> Any help out there?
>
> JD
>
> --
> --
> You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to
bbe...@googlegroups.com
> To unsubscribe from this group, send email to
>
bbedit+un...@googlegroups.com
> For more options, visit this group at
> <
http://groups.google.com/group/bbedit?hl=en>
> If you have a feature request or would like to report a problem, please email "
sup...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: <
http://www.twitter.com/bbedit>
>
>
>