if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
goto endofperl
@rem ';
#!perl -w
#line 15
$VERSION = '0.35';
=head1 NAME
xyx - convert xml to yaml or vice versa
=head1 USAGE
xyx foo.xml > foo.yml
xyx foo.yml > foo.xml
=head1 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.
=head1 AUTHOR
Brian Ingerson <ingy@cpan.org>
=head1 COPYRIGHT
Copyright 2002, Brian Ingerson - All rights reserved
You may use this hack under the same terms as Perl itself.