in reply to passing Curses object to subroutine
This problem would stop the rest of your code in its tracks.my $cui = new Curses::UI;
Most (all?) objects are references, so passing them by value to subroutines should allow you to invoke methods on them while in the sub.
-Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: passing Curses object to subroutine
by emilford (Friar) on Apr 14, 2004 at 01:35 UTC | |
by BUU (Prior) on Apr 14, 2004 at 02:31 UTC |