Help for this page

Select Code to Download


  1. or download this
     for $admin_user (@admin_users) {
               if ($author =~ /($admin_user)/i) {
    ...
                       print "$uber_blah ";
               }
       }