Howdy:
Have a question about trying to pass the result
of a sub function to another sub function.
Let's say I have some code like this:
[snip]
sub firstPart {
while (<>) {
print "Stuff here is: $_\n";
}
[/snip]
I'd like to know how can I make $_ available
for OTHER sub functions if not the entire program.
I'm trying to get snips of code so I can show
you what I'm working with (apologies since it
isn't my code); I was under the impression that
I could use my() and pass that info OUTSIDE
the sub function.
If so, can someone direct me to a few examples
of how that's done?
PS: I know I've been having problems with MIME
encoded mail ... hopefully that's changed ...
(stupid outlook) if not, lemme know ...
Thanks!
-X