in reply to
Re^2: Functions (Return V Print)
in thread
Functions (Return V Print)
If you want to collect all titles and use them in your main program, just store them in an array (use push for that) and return the array after(!) the foreach loop.
Comment on
Re^3: Functions (Return V Print)
In Section
Seekers of Perl Wisdom