I am currently using MacOSX10.3.5 and Perl 5.8.1. Shell scripts and perl
files that once worked before upgrading the OS a couple of times are
failing and reporting the stuff below. Anyone have a clue?
dyld: /usr/bin/perl Undefined symbols:
_PL_curpad
_PL_markstack_ptr
_PL_na
_PL_op
_PL_stack_b
At 24/01/2003 15:29:27, Bob Showalter <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Hello,
> >
> > I have over 1000 files that I need to delete the first five lines of
> > text from. This needed to be done, like yesterday. I started writting
> > an Applescript to do this but ran into a
All files will be in the same directory. The files are Postscript. They all have
a proprietary header with comments above the %!PS line so they all fail to
print.
At 24/01/2003 14:48:47, "Kipp, James" <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I have over 1000 files that I need to delete the fi
Hello,
I have over 1000 files that I need to delete the first five lines of text from.
This needed to be done, like yesterday. I started writting an Applescript to do
this but ran into a bug with Folder Actions and attached scripts that stopped my
progress dead. Would someone please show me how th