Yes it's possible. Pure perl is probably the way to go.
To be honest, I'm not really sure what you're up to --
because I'm not sure what XSLT is, but since nobody else
answered...
You should check out the perlboot, perltoot, perltooc, pages
to see how you can use the @INC to inherit XML::LibXS
I suspect so, but I went and lost the link that got me to
this list in the first place. However, in my giant web
search, I found a mention of 'man perlcall' which provided
answers to nearly all the questions I would have wanted to
ask anyway.
much asked,
Paul
On Fri, Apr 30, 200
I had to do a lot of stuff by hand, but I found that XS can
do C++ things even if h2xs doesn't guess them out right.
So, even if you don't get h2xs to work very well, you can
still probably do what you need to do.
On Sat, Jun 26, 2004 at 06:21:37PM -0300, SilvioCVdeAlmeida wrote:
> Hello,
>
> How
Few people actually autosplit anymore. I think the secret would be to
take the Autoloader out of your new module.pm
On Wed, Aug 13, 2008 at 12:55 PM, Josef Wolf <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am about to write an XS interface to a C library. To make #defines
> for error codes availabl
On Wed, Aug 13, 2008 at 3:02 PM, Josef Wolf <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 13, 2008 at 01:16:39PM -0400, Paul Miller wrote:
>> Few people actually autosplit anymore. I think the secret would be to
>> take the Autoloader out of your new module.pm
>
> Thanks fo
On Thu, May 20, 2010 at 6:54 PM, Ilya Sterin wrote:
> Looking at devel::peek, I can see what seems to be list of referents
> to the object, so that information is I believe maintained. What I'd
> love to find out whether it's possible, is for me to walk the list of
> graph of referents and replac