#### Overall Script Flow if ($parm{'event'} == -1) { # Build an eventlist event_list(); } elsif ($parm{'pic'} == -1) { # Or build a thumbs page thumbs_page(); } else { # Or show a picture picture_page(); } #### Outa here!