Help for this page

Select Code to Download


  1. or download this
    %::Volume_Info = {
                0,
    ...
                0,
            }
    
  2. or download this
    for my $vol_key ( keys %::Volume_Info ) {
            print "Volume " . ref($::Volume_Info{$vol_key}) . "\n";
    ...
                }
            }
        }