* Paul LeoNerd Evans <[EMAIL PROTECTED]> [2008-07-14 23:20]:
> If it still fails, perhaps try
> 
>   my $object = shift;
>   my $count  = shift;
>   my $name   = shift;
> 
> that way it'll remove the ref. from @_ as it goes.

    my ( $object, $count, $name ) = @_;
    @_ = ();

?

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to