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