I'm getting this error :

...step is zero (or all data equal to one value) ...

when I try :

bin hist $data

How do you guys check for this case, so I can do something like this :

if ($data->blah) {
  warning ...
} else {
  bin hist $data
}

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to