>>>>> "Pierre" == Pierre Mariani <[EMAIL PROTECTED]> writes:

Pierre> I want to run it on several variables.

Pierre> I have the following code that:
Pierre> - builds an array of references on the variables,
Pierre> - calls the function on the content of the reference,
Pierre> - set the content of the reference to the result of the function.

Why do you have a bunch of scalars that all need the same operation
performed on them?  Perhaps they really belonged together as some part
of a data structure in the first place.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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


Reply via email to