On 10-Jan-07, at 10:55 AM, Lars Skjærlund wrote:

Hi list,

Have spent the whole day trying to fight this:

How do you create, install, and load an XSP taglib, written as a Perl
module?

Generally the same way you do any other perl module. Start with:

  h2xs -A -X -n Sporskiftet::XSP::Statistics

And then fill in the blanks, and when ready run:

  perl Makefile.PL
  make
  make test
  make install




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to