Help for this page
open(FILE, "$cmd $switches $file|")
my $cmd = $self->{_is_vms} ? "MCR $^X" : ( $^O eq 'MSWin32' ? Win3 +2::GetShortPathName($^X) : $^X);