Help for this page
if (! -e $file) { die "Uhoh - '$file' does not exist."; };
use Data::Dumper; print Dumper \@file_info;
my $file = "C:\\boot.ini"; print $file;