The docs say it takes an array reference, but it really wants a plain old
array.
-dave
/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/
On Monday, July 28, 2003, at 01:23 PM, Dave Rolsky wrote:
> The docs say it takes an array reference, but it really wants a plain
> old
> array.
>
The new() parameter 'add_to_cleanup' takes an array reference, and the
add_to_cleanup() method takes a list.
-Ken