John W. Krahn wrote:

$_ = 1 for my ( $loginCount, $areaCount, $stateCount, $cityCount, $elementCount );

  my ( $loginCount, $areaCount, $stateCount, $cityCount, $elementCount )
    = map 1, 1..5;

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to