Help for this page

Select Code to Download


  1. or download this
    $array_ref = $system_file_data{$intersect_file};
    @array = @$array_ref;
    print @array;
    # or
    print $array[0];