in reply to Re: XML::Twig output with delimiter
in thread XML::Twig output with delimiter

In the code can I do like this :

$content = print $pan->text, "\n";

Actually I did like that but no data is coming in variable $content.

Replies are listed 'Best First'.
Re^3: XML::Twig output with delimiter
by Anonymous Monk on Dec 09, 2008 at 12:11 UTC
    Either you're a troll, or you need to read perlintro
      Please tell me how to do ?
        Please tell me how to do ?
        See print, it shows you why print is not the function for you. You want a function from this list.