in reply to Re: perl writing to xml file (xml::writer)
in thread perl writing to xml file (xml::writer)

thanks choroba. btw, what does this actually do? my $prev_name = q(); is it the same as my $prev_name = ''; ?
  • Comment on Re^2: perl writing to xml file (xml::writer)

Replies are listed 'Best First'.
Re^3: perl writing to xml file (xml::writer)
by hippo (Archbishop) on Feb 03, 2016 at 09:12 UTC

    Yes, it is entirely equivalent. See perlop for the details.