Help for this page

Select Code to Download


  1. or download this
    sub import
    {
    ...
            if @args && exists $args[0] && defined $args[0] && $args[0] =~
    + /^[\d\.\_]{1,10}$/;
        Inline->import(Java => 'DATA', CLASSPATH=>$classpath, @args);
    }
    
  2. or download this
    use XML::Saxon::XSLT2 CLASSPATH => "/path/to/saxonb.jar";
    
  3. or download this
    perl -MXML::Saxon::XSLT2=CLASSPATH,/path/to/saxonb.jar myscript.pl