in reply to Reading into array with sscanf
Anyway I'm pretty sure you basically only need this to "elegantly" parse one line:
@c_speed = split / /, $rstring;
See split for more
There are more issues with your code, but better little by little.
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
|---|