irect way.
>
> The best way to understand what Perl is doing, is to go to the Perl
> source and read sv.c,av.c and hv.c.
>
> Gerald
>
>
>
> - Original Message -
> From: "Cory C. Albrecht" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
c.
Gerald
- Original Message -
From: "Cory C. Albrecht" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 11, 2002 8:24 PM
Subject: magic for variables to link with the C vars where perl is embedded
into
> Hello All,
>
> I'm writing an app
Hello All,
I'm writing an app which uses perl as it's scripting langauge and I've
just gotten around to using magic to link the C variables for my app's
preferences to variables in the embedded perl so scripts can change the
preferences. Magic for SVs turned out to be simpler than I expected,