in reply to __DATA__ in XML::Simple and/or IO::Handle
update: My guess at what you were experiencing is that you are opening the file that the DATA handle is pointing to, which is the program file itself, which probably starts with '#!/usr/bin/perl' or somesuch, which is not valid XML.my $xml = XMLin(\*DATA);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: __DATA__ in XML::Simple and/or IO::Handle
by diotalevi (Canon) on Oct 03, 2006 at 18:45 UTC |