On 10/19/07, Beginner <[EMAIL PROTECTED]> wrote:

>                 'name'  => \&edit_from_path($File::Find::name),

Since &edit_from_path returns a scalar, this stores a reference to
that scalar as the value under the key 'name'. Is that what you really
want? It's unusual to use references to scalars in Perl.

Cheers!

--Tom Phoenix
Stonehenge Perl Training

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to