Help for this page

Select Code to Download


  1. or download this
    my @arr = ('foo','bar','qux','foo1','bar1','qux1');
    
    ...
              '1-3' => '0.300'
            };
    
  2. or download this
        'x-y' => 'VALUE'
    
    ...
         '0-3' => '0.300', means that
         'foo' and 'foo1' has value 0.300 OR
         'foo1' and 'foo' has value 0.300
    
  3. or download this
    
    foreach my $z (0 .. ($#arr-1)) {
    ...
    
    }