in reply to Re^3: Improve readability of Perl code. Naming reference variables.
in thread Improve readability of Perl code. Naming reference variables.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Improve readability of Perl code. Naming reference variables.
by hippo (Archbishop) on Feb 09, 2017 at 08:46 UTC |