in reply to Re: Getting content using Web::Query
in thread Getting content using Web::Query

Do you mean my $subject = $parts->find( 'div.subject' )->html;? That returns undef too.

Neil Watson
watson-wilson.ca

Replies are listed 'Best First'.
Re^3: Getting content using Web::Query
by GotToBTru (Prior) on Jun 17, 2015 at 20:05 UTC

    Perhaps try ->filter instead of ->find?

    Dum Spiro Spero
Re^3: Getting content using Web::Query
by tangent (Parson) on Jun 18, 2015 at 02:20 UTC
    That returns undef too.
    Are you sure? For me it returns:
    '<div><h3>@if version_after macro is illogical</h3></div>';