Help for this page

Select Code to Download


  1. or download this
    my %run_factors = $this_week->get_run_factors();
    ...
    ...
      my %run_factors;
      @run_factors{$self->active_runs()} = $self->factors();  
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        @return{@keys} = @values;
    }
    
  3. or download this
    $VAR1 = {
              '1' => 2,
              '3' => 4
            };