Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: perl code not working after moved new host with latest perl version

by dpprabhuindia (Initiate)
on Mar 29, 2015 at 11:27 UTC ( [id://1121703]=note: print w/replies, xml ) Need Help??


in reply to Re^3: perl code not working after moved new host with latest perl version
in thread perl code not working after moved new host with latest perl version

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

  • Comment on Re^4: perl code not working after moved new host with latest perl version

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1121703]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-26 06:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found