in reply to Print Help in Perl
This works for me:
$ perl -e '$fnord = 23; $blee = "The magic number is $fnord."; print " +$blee\n";' The magic number is 23.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Print Help in Perl
by parv (Parson) on Sep 12, 2008 at 01:58 UTC |