Help for this page
@array=split( /-/, $sites); # from perldoc, it seems better to use a p +attern rather than a string if ($array[0] eq "three") # $array0 != $array[0] ... { print "seven "; }
-- PerlMonger::Paris(http => 'paris.pm.org');