in reply to Re^2: updating a variable call in a hash table
in thread updating a variable call in a hash table
I want the output to be "The color is blue". How do I make that happen?$color = "green"; $text = "The color is $color" $color = "blue"; print $text;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: updating a variable call in a hash table
by GrandFather (Saint) on Feb 09, 2009 at 03:50 UTC |