Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        matches_found( @matches );
    }
    
  2. or download this
    if ($event eq 'JOIN') {  # indent your code.  It doesn't matter if you
    + use tabs, 2 spaces, or 4 spaces per level, with GNU or K&R or any ot
    +her bracketing.  Just pick a style and use it.
    
    ...
    }
    
    }
    
  3. or download this
    if ($event eq 'JOIN') {
    
    ...
            }    
        }
    }