in reply to XML issue

See the method data_pointer() of XML::Smart:
print $XML->{type}{config}->data_pointer() ;
Note, always get the last version of XML::Smart!

Graciliano M. P.
"Creativity is the expression of the liberty".

Replies are listed 'Best First'.
Re^2: XML issue
by danielcid (Scribe) on Jul 23, 2004 at 11:23 UTC

    It helped! Thank you very much. Btw, Congrats for
    the work at XML::Smart. Its an excellent module!
    God bless CPAN and the people who help improve it :)

    -DBC