in reply to using 'use' conditionally
And the problem is that it takes control away from the user. What if i have Tk, but i don't want to use the bloody tk interface?eval { use Tk; } if($@){ goto &cli } else { MainLoop(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using 'use' conditionally
by boo_radley (Parson) on Nov 06, 2002 at 02:22 UTC |