; <-- BEGIN is executed here
Good Luck!
Tanton
-Original Message-
From: Paul Johnson
To: Edwin Günthner
Cc: [EMAIL PROTECTED]
Sent: 8/23/2001 8:33 AM
Subject: Re: Using the B module?
On Thu, Aug 23, 2001 at 03:22:54PM +0200, Edwin Günthner wrote:
> maybe someone can tell me where I ca
On Thu, Aug 23, 2001 at 03:22:54PM +0200, Edwin Günthner wrote:
> maybe someone can tell me where I can find
> some SIMPLY examples/tutorials of how to use the B package -
Hardly for beginners, but you probably want to take a look at B::Utils.
As far as tutorials are concerned, I think you migh
Hi there,
I would like to perform a special check on scripts
before they are evaluated. We have this situation:
* we provide a set of functions
* our users should use just these functions, nothing
else
Therefore, a typical script would look like this:
use Ourlib;
ourSub("arg1", 2, "arg");
On Fri, 15 Jun 2001, Steve Howard wrote:
> I have recently come across references to the b module as a compiler. That
> was new to me, so I have been trying to learn how to use it. I read perldoc
> b but it doesn't even sound like what I had come to understand, and gave me
> n
I have recently come across references to the b module as a compiler. That
was new to me, so I have been trying to learn how to use it. I read perldoc
b but it doesn't even sound like what I had come to understand, and gave me
no real clue as to how to use it even if it is.
Can anyone poi