#!/usr/local/bin/perl5.8.8 eval 'exec /usr/local/bin/perl5.8.8 -S $0 ${1+"$@"}' if 0; # not running under some shell use strict; use warnings; use lib qw(lib); use IO::File; use Text::vFile::asData; use YAML; foreach(@ARGV) { print Dump( Text::vFile::asData->new->parse( IO::File->new( $_ ) ) ) }