in reply to
Having trouble returning the correct values from my sub
Try to actually
return
something from your sub. Then you can use the return value.
Comment on
Re: Having trouble returning the correct values from my sub
Replies are listed 'Best First'.
Re^2: Having trouble returning the correct values from my sub
by
lomSpace
(Scribe)
on Feb 26, 2009 at 21:57 UTC
I believe that It is returning the list of dirs to search
but it stops at the second entry. The last two
entries of the list is where the files should
be copied. Neither are showing up as the 'copy_to' dir.
[reply]
In Section
Seekers of Perl Wisdom