Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Re: dynamically initializing variables with perl

by busunsl (Vicar)
on Jan 08, 2003 at 07:03 UTC ( [id://225207]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @C = map { param("C$_") || 'OFF' } 0..$msgcount - 1;
    
  2. or download this
    $C[0] = "ON";
    $C[1] = "OFF";
    $C[2] = "ON";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://225207]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-18 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found