in reply to using TreeBuilder in perl

ALL in one line

Here is a tip, print some \newlines

Read perlintro , especially Basic syntax overview

Read perlop#Quote and Quote like Operators, qq/STRING/, Quote and Quote-like Operators, Modern Perl pdf page 17 :)

  • Comment on Re: using TreeBuilder in perl (\newlines)

Replies are listed 'Best First'.
Re^2: using TreeBuilder in perl (\newlines)
by anirban0328 (Initiate) on Jul 29, 2013 at 09:40 UTC

    Oh sorry,forgot to say i tried newlines "\n" earlier.but it didn't help. Basically it is copying everything in single line.While debugging entire content is copied to one row of array @trips.