Help for this page

Select Code to Download


  1. or download this
    ------------------------------------------------------------------
    HTML::Element=HASH(0xb338e4)    0.1.0.0
    ...
    //div[@id='bodyContent']/p[10]
    ------------------------------------------------------------------
    ##################################################################
    
  2. or download this
    q{
    //div[@id='bodyContent']/*
    }
    
  3. or download this
    #!/usr/bin/perl --
    use strict; use warnings;
    ...
      "Solution 2" => "Solution description.",
    }