Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: non numeric data

by torres09 (Acolyte)
on Jun 24, 2013 at 13:00 UTC ( [id://1040429]=note: print w/replies, xml ) Need Help??


in reply to Re: non numeric data
in thread non numeric data

ya i figured that out , there is a possibility that numbers having - sign are not being blocked so I modified by code . please tell if it is fine or not

if (($array_H[$i] !~ /^[0-9]+$/) &&($array_H[$i] !~ /^-+$/))

I am new to perl so please pardon me for obvious mistakes

Replies are listed 'Best First'.
Re^3: non numeric data
by hdb (Monsignor) on Jun 24, 2013 at 13:06 UTC
Re^3: non numeric data
by hdb (Monsignor) on Jun 24, 2013 at 13:15 UTC
Re^3: non numeric data
by BillKSmith (Monsignor) on Jun 24, 2013 at 14:59 UTC
    Depending on the source of your data, it may have whitespace (especially a newline) at the end.
    Bill

Log In?
Username:
Password:

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

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

    No recent polls found