![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^4: perl code not working after moved new host with latest perl versionby dpprabhuindia (Initiate) |
on Mar 29, 2015 at 11:27 UTC ( #1121703=note: print w/replies, xml ) | Need Help?? |
I managed to delete invalid data from RRD output using splice
for my $index (reverse 0..$#f) { if ( $f$index =~ /nan/ ) { splice(@f, $index, 1, ()); } }
Thanks to all Perl Monks for your support and your time. I really enjoyed way perl works dpprabhuindia
In Section
Seekers of Perl Wisdom
|
|