Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Problem with a replacement

by samarzone (Pilgrim)
on Mar 14, 2011 at 09:57 UTC ( [id://893059]=note: print w/replies, xml ) Need Help??


in reply to Problem with a replacement

When you write

$init_name = "init_$ncat"

$init_name is assigned a value. Now no matter how many times you change the value of $ncat you don't change the value of $init_name

Try printing value of $init_name instead of $ncat

--
Regards
- Samar

Log In?
Username:
Password:

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

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

    No recent polls found