Help for this page

Select Code to Download


  1. or download this
    my $content = get("foo/bar.xml");
    die "Couldn't get it!" unless defined $content;
    ...
          push( @links, $elt->text);    # print the text (including sub-el
    +ement texts)
          $t->purge;           # frees the memory
        }
    
  2. or download this
    <link href="foo/bar.html" rel="alternate" title="Foo" type="text/html"
    +/>