On Wed, 14 Mar 2001 21:20:46 +0900, Nobumi Iyanaga wrote:
>I have a MacPerl script which gets the 'styl' resource from a file (of
>SimpleText type), and analyses it (it is a friend of mine who wrote this
>script)
Some friends you have. I would very much like to see that script.
As for your pr
At 9:30 am +0100 15/03/01, Bart Lateur wrote:
>As for your problem: Perl has good access to the toolbox, so I think it
>must be feasable to make MacPerl get the data directly from the
>clipboard, without aid of Applescript? Anybody?
You may be able to get what you want from LMGetScrapHandle:
> I want to test if anything was changed in %master.
If you are writing the code, the simplest thing is to flag that a change is
made when you make the change. You could also use tie(), as was mentioned,
to do this task transparently without having to alter your calculation code.
You could also
i'm using webstar 4.0 (i think - more precisely, my school is) and i installed macperl.
i have been writing cgi scripts to put up a bulletin board system, and i have just
encountered this problem : when i request a certain cgi script, webstar returns the
error : Out of Memory
I checked the mac
At 9:25 PM -0500 3/15/01, Dan Wolchonok wrote:
>i'm using webstar 4.0 and i installed macperl.
>
>i have been writing cgi scripts to put up a bulletin board system,
>and i have just encountered this problem : when i request a certain
>cgi script, webstar returns the error : Out of Memory
>
>I c
I have a bunch of other programs that run fine on the serverand the
script isn't too intense.if i do increase the mem allowance and it still
happens, what do you think the problem could be?
- Original Message -
From: "David Steffen" <[EMAIL PROTECTED]>
To: "Dan Wolchonok" <[EMAIL P
At 9:47 PM -0500 3/15/01, Dan Wolchonok wrote:
>I have a bunch of other programs that run fine on the server
An important consideration is that EACH CGI is a DIFFERENT program;
increasing the memory for one will not affect another.
>the script isn't too intense
Well, taken at face value, this
HTML::Parser 3.19 ported.
>From the README:
This is the HTML-Parser distribution with shared libraries compiled for
MacPerl. Shared libraries run only on PPC and CFM68K versions, not non-CFM
68K versions.
The original of the changed files are in Mac_changed.sit.
This was compiled with Codewar
>On Wed, 14 Mar 2001 21:20:46 +0900, Nobumi Iyanaga wrote:
>
> >I have a MacPerl script which gets the 'styl' resource from a file (of
> >SimpleText type), and analyses it (it is a friend of mine who wrote this
> >script)
>
>Some friends you have. I would very much like to see that script.
>
>As f