Help for this page

Select Code to Download


  1. or download this
    lauxastst01:~/bin:cat test.pl
    #!/usr/bin/perl -w
    ...
    use XML::Twig;
    
    print "OK!\n";
    
  2. or download this
    Can't load '/usr/local/perl/5.8.2/lib/site_perl/5.8.2/sun4-solaris/aut
    +o/XML/Parser/Expat/Expat.so' for module XML::Parser::Expat: ld.so.1: 
    +perl: fatal: libexpat.so.0
    : open failed: No such file or directory at /usr/local/perl/5.8.2/lib/
    +5.8.2/sun4-solaris/DynaLoader.pm line 229.
    ...
    BEGIN failed--compilation aborted at /usr/local/perl/5.8.2/lib/site_pe
    +rl/5.8.2/XML/Twig.pm line 98.
    Compilation failed in require at ./test.pl line 4.
    BEGIN failed--compilation aborted at ./test.pl line 4.