in reply to
my() troubles
If I've got your question correctly,
my $digit_input = &input;
[download]
that is (in the sub);
return $input;
makes the sub input give back the value of $input.
a
Comment on
Re: my() troubles
Download
Code
In Section
Seekers of Perl Wisdom