in reply to Re: Coldfusion Integration
in thread Coldfusion Integration

To answer my question: I can use LWP::Simple to make the remote call and JSON to decode the string into an array. this does two things,
a) it makes it portable because I am not relying on lynx
b) makes the code cleaner.