Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $raw_edid = join'',split /\n/, $registry;
    my $edid = parse_edid( $raw_edid );
    print Dumper $edid;
    
  2. or download this
    $VAR1 = {
              'video_input_definition' => {
    ...
              'manufacturer_name' => 'QRF'
            };