Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper qw( Dumper );
    use Win32::Exe   qw( );
    ...
        local $Data::Dumper::Indent = 1;
        print(Dumper($version_info));
    }
    
  2. or download this
    $VAR1 = {
      "FileDescription" => "Notepad",
    ...
      "OriginalFilename" => "NOTEPAD.EXE",
      "InternalName" => "Notepad"
    };