Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: creating tk buttons with for loop

by converter (Priest)
on Apr 09, 2004 at 03:11 UTC ( [id://343839]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     Foreach Loops
    
    ...
    to the loop.  This implicit localisation occurs only in a
    "foreach" loop.
    
  2. or download this
    foreach $open (@deleted)
       {
           ....
       }
    
  3. or download this
    foreach my $open (@deleted)
       {
           ...
       }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-26 03:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found