in reply to Error: Can't use global $^W in "my"
If you want to modify the value of a built in, you must use local to do it, and then the modification will be local to the enclosing code block.
Update: Time to revisit local :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error: Can't use global $^W in "my"
by calin (Deacon) on Jul 08, 2004 at 17:55 UTC |