Help for this page

Select Code to Download


  1. or download this
    
    my $res = $Doc->find (
    ...
    }
    );
    
  2. or download this
    if ($res)
    {
    ...
            print "$_\n";
        }
    }