Help for this page

Select Code to Download


  1. or download this
    if (grep { lc eq lc($author) } @admin_users)
    {
         print "$blah";
    ...
    {
         print "$uber_blah";
    }
    
  2. or download this
    @admin_users = map { s/\s+//; $_ } @admin_users;