Help for this page

Select Code to Download


  1. or download this
    #mapping between columns with conflicts and their new values.
    my %conflicts = ();
    ...
        $warnings{ $columnname } = $new_value
    
    }
    
  2. or download this
    my $hex_string = unpack "H16", $version;