perlperlperl has asked for the wisdom of the Perl Monks concerning the following question:
print func; sub func { return "123"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing return value of a function to print
by farang (Chaplain) on Jun 10, 2013 at 00:20 UTC | |
|
Re: passing return value of a function to print
by NetWallah (Canon) on Jun 10, 2013 at 00:41 UTC |