Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Reading values from one .csv, searching for closest values in second .csv, returning results in third .csv?

by choroba (Cardinal)
on Feb 26, 2013 at 22:42 UTC ( [id://1020775]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Reading values from one .csv, searching for closest values in second .csv, returning results in third .csv?
in thread Reading values from one .csv, searching for closest values in second .csv, returning results in third .csv?

Your $end probably contains newline (I split on ' ', which removed it, you split on a comma). Just
chomp $end;
before printing it.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re^3: Reading values from one .csv, searching for closest values in second .csv, returning results in third .csv?
  • Download Code

Replies are listed 'Best First'.
Re^4: Reading values from one .csv, searching for closest values in second .csv, returning results in third .csv?
by pickleswarlz (Initiate) on Feb 27, 2013 at 20:53 UTC
    Brilliant, works perfectly! Thanks!

Log In?
Username:
Password:

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

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

    No recent polls found