Help for this page

Select Code to Download


  1. or download this
    my $stable      = "1.8";
    my $unstable    = "1.7.2";
    
    ...
                      );
    
    print "Mirror: $mirrors[rand @mirrors]";
    
  2. or download this
    my @releases = (
        { name     => 'Runtime RPM',
    ...
                    }
            }
    }
    
  3. or download this
    my @types = ('Runtime RPM', 
                 'Source RPM', 
    ...
                 'Documentation', 
                 'Source', 
                 'Extras');