in reply to CSS Selector in Perl

Employ Basic debugging checklist and break it down

See what at('#tableprofile') returns, then what '#tableprofile > tbody' returns....

Thats programming :)

Replies are listed 'Best First'.
Re^2: CSS Selector in Perl
by adambot (Acolyte) on Dec 20, 2015 at 14:39 UTC
    #tableprofile returns nothing at all, so i must be having a syntax error there but after reading the cpan page, i'm not sure what the proper syntax is -- thanks for reminding me to break it down!!