in reply to Re: Another use bytes and length issue
in thread Another use bytes and length issue
Then the scope becomes wider :) bytes will affect anything in do_something()SCOPE: { use bytes; $l = length $foo; do_something(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Another use bytes and length issue
by ikegami (Patriarch) on Nov 06, 2006 at 23:25 UTC | |
|
Re^3: Another use bytes and length issue
by BrowserUk (Patriarch) on Nov 06, 2006 at 22:41 UTC | |
|
Re^3: Another use bytes and length issue
by dk (Chaplain) on Nov 07, 2006 at 09:11 UTC |