in reply to Re^5: Perl project lines of code "analyzer"
in thread Perl project lines of code "analyzer"
With the oversight i mentioned, your code, erroneously, gives:use strict; use warnings; # Trap armed my $trap = "Trapped!"; # Does it work? (Yes, it does.) print $trap;
Code Cmts POD Total File ============================================================ 3 1 4 8 ./test.pl ============================================================ 3 1 4 8 -- Summary of all files
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Perl project lines of code "analyzer"
by jdhedden (Deacon) on Dec 05, 2005 at 13:12 UTC |