Help for this page

Select Code to Download


  1. or download this
    $x->{one}{two}{three};
    
  2. or download this
    $x->{one}{two}{three};
    $x->{one}{two}{four};
    
  3. or download this
    use MyClass::XML::XPath;
    use syntax 'http://www.blah.com/xpath/blah.blah', 'MyClass::XML::XPath
    +';
    ...
    print /*;
    
    my $title = /html/head/title[0];