Help for this page

Select Code to Download


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