Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: variable interpolation

by yakko (Friar)
on Feb 22, 2001 at 00:35 UTC ( [id://60028]=note: print w/replies, xml ) Need Help??


in reply to variable interpolation

As has been said above, you most likely want a list (bka: array). Let's say you choose @val... Here's an example of what you can then do:
foreach my $value (@val) { printOp($value); }

--
Me spell chucker work grate. Need grandma chicken.

Log In?
Username:
Password:

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

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

    No recent polls found