in reply to Re^2: How do I capture XML into a variable?
in thread How do I capture XML into a variable?
If you really are talking about a data file (i.e. on local disk), you can slurp the whole file into a scalar, or read it line-by-line into an array, or (best yet) parse it into a data structure. Maybe if you show a little bit of code that you're trying out, or at least some pseudo-code that describes what sort of processing you want to accomplish (what does input look like, what does output look like, etc), we'll understand what you're talking about.
|
|---|