in reply to Re^2: call tree analysis using perl
in thread call tree analysis using perl
As there is no Data in that script, I suppose you wrote
while (<Data>){
This is not the same as while (<DATA>){ because Perl is case-sensitive.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: call tree analysis using perl
by stallion (Acolyte) on Feb 15, 2012 at 11:30 UTC | |
by Eliya (Vicar) on Feb 15, 2012 at 11:37 UTC |