Help for this page

Select Code to Download


  1. or download this
    foreach $filename1 (@sourcesorted) {
        %hashsource = ($filename1,$filename1);
    }
    
  2. or download this
    my %hashsource;
    @hashsource{@sourcesorted} = @sourcesorted;