Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
      }
    }
    
  2. or download this
    <html>
    <head>
    ...
    This is some "text" in the body.
    </body>
    </html>
    
  3. or download this
    <html> @0
      <head> @0.0
    ...
    
    after:  This is some &ldquo;text&rdquo; in the body. 
    after: HTML::Element=HASH(0x841e528) HTML::Element=HASH(0x841e5c8)
    
  4. or download this
            {
                my @contents = $_->content_list() ;
    ...
                $_->detach_content();
                $_->push_content(@contents);
            }