Help for this page
access-list blah extended permit tcp object-group blah_Assets object-g +roup mygroup eq www
#!/usr/bin/perl -w while (<>) { m#(\w+$)#; print "$1\n"; }