On Fri, Jun 13, 2008 at 9:04 AM, Noah <[EMAIL PROTECTED]> wrote:
>
>
> Hi there,
>
> I am trying to get the following variables to all equal 1.  what is the
> easiest way to do that/
>
> $loginCount, $areaCount, $stateCount, $cityCount, $elementCount = 1;
>

$loginCount = $areaCount = $stateCount = $cityCount = $elementCount = 1;


-- 
Jeff Peng - [EMAIL PROTECTED]
Professional Squid supports in China
http://www.ChinaSquid.com/

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


Reply via email to