Help for this page

Select Code to Download


  1. or download this
    my $local_foo = ${"foo_$i"}
    
  2. or download this
    my @fee;
    for (0 .. $MAX_ROWS){
       push @fee, $foo[$_];
    }
    
  3. or download this
    my @fee = @foo[0 .. $MAX_ROWS];