Help for this page

Select Code to Download


  1. or download this
    my (%compdata, $comp, $file, @srcfiles);
    for (@data) {
    ...
        /sourcesum/  && do { $compdata{$comp}{sources}{$file} = $value };
      }
    }
    
  2. or download this
     component=HF
    version=NULL
    sourcefile=file10
    ...
    sourcesum=checksum2
    sourcefile=file3
    sourcesum=checksum3
    
  3. or download this
    'sources' => {
           'file3' => 'checksum3',
           'file2' => 'checksum2',
           'file10' => 'checksum10'
    
  4. or download this
    'sources' => {
           'file10' => 'checksum10'
           'file3' => 'checksum3',
           'file2' => 'checksum2',