Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
        print "$arr[$index][$_]\n";
        }
    }
    
  2. or download this
    $VAR1 = [
              101
            ];
    
  3. or download this
    sub sub1{
    
    ...
    
        return \@array;
    }