Help for this page

Select Code to Download


  1. or download this
    Test Summary Report
    -------------------
    ...
    Failed during this command:
     DAGOLDEN/Pod-Wordlist-hanekomu-1.121370.tar.gz: make_test NO
     SKI/Task-Mechanistic-0.01.tar.gz             : make_test NO one depen
    +dency not OK (Pod::Wordlist::hanekomu)
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $mech = WWW::Mechanize->new;
    $mech->get('http://www.perlmonks.com/');
    print $mech->content;
    
  3. or download this
    Uncaught exception from user code:
            HTML::Parser object version 3.55 does not match bootstrap para
    +meter 3.69 at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLo
    +ader.pm line 253.
    ...
    Compilation failed in require at /u/ggerke/test2.pl line 6.
    BEGIN failed--compilation aborted at /u/ggerke/test2.pl line 6.
     at /u/ggerke/test2.pl line 6.
    
  4. or download this
    sudo find /usr -name Parser.pm -exec ls -l {} \;
    -r--r--r-- 1 root root 39789 Oct 15  2011 /usr/lib64/perl5/site_perl/5
    +.8.8/x86_64-linux-thread-multi/HTML/Parser.pm
    ...
    XSLoader::load('HTML::Parser', $VERSION);
                        "by HTML::Parser $VERSION");
    $