my % pages = ( 'index' => 1, 'me' => 1, 'stuff' => 1, 'links' => 1 ); my $page = shift; exit 0 unless exists $pages{$page} and $pages{$page} == 1;