Ingy döt Net > YAML-0.35 > xyx

Download:
YAML-0.35.tar.gz

Annotate this POD

CPAN RT

New  45
Open  23
View Bugs
Report a bug
Source  

NAME ^

xyx - convert xml to yaml or vice versa

USAGE ^

    xyx foo.xml > foo.yml
    xyx foo.yml > foo.xml

DESCRIPTION ^

This program requires the Perl modules XML::Simple and YAML. It will use one of them to Load a document in the respective format, and use the other to Dump the data structure in the other format. Input content type is autodetected.

This is a trivial program and probably only useful for trivial tasks.

AUTHOR ^

Brian Ingerson <ingy@cpan.org>

COPYRIGHT ^

Copyright 2002, Brian Ingerson - All rights reserved

You may use this hack under the same terms as Perl itself.