|
NAMEGunghoX::FollowLinks::Rule::URI - Follow Dependig On URISYNOPSISuse GunghoX::FollowLinks::Rule qw(FOLLOW_ALLOW FOLLOW_DENY); use GunghoX::FollowLinks::Rule::URI; GunghoX::FollowLinks::Rule::URI->new( match => [ { action => FOLLOW_DENY, host => qr/^.+\.example\.org$/ }, { action => FOLLOW_ALLOW, host => qr/^.+\.example\.com$/ }, { action => FOLLOW_ALLOW, action_nomatch => FOLLOW_DENY, host => qr/^.+\.example\.net$/ } } ] ); DESCRIPTIONThis is a rule that matches against a URL using URI::Match.METHODSnewapply
Visit the GSP FreeBSD Man Page Interface. |