I have code with creates a new object (object->new) and wish to use it a sub.
You haven't shown us what is inside your new() subroutine?
This line: &object->new; looks very suspect.
The normal idion is my $object = SomeClass->new;
In reply to Re: Use reference for functions in functions
by BrowserUk
in thread Use reference for functions in functions
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |