On Fri, Jun 01, 2001 at 09:42:59PM -0400, Chas Owens wrote:
> I want to add functionality to a script using a module, but not do not
> want to require the modules use.  It looks like the following code
> works, but is it the best way to achieve my goal

Yes, it is.  :)

To elaborate, it's the most appropriate for your situation.  Other
situations may dictate a different solution.


> $xls = eval "use Spreadsheet::WriteExcel ; return 1";


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

Reply via email to