Help for this page

Select Code to Download


  1. or download this
    my @a;
    
    $a[1] = undef;
    $a[2] = 0;
    $a[3] = 7;
    
  2. or download this
    use v5.12;
    use warnings;
    
    ...
      $x[$i]=$x{$i}=$v;
      $i++;
    }
    
  3. or download this
    --- Index exists?
    $i     @x     %x
    ...
    2     1     1
    3     1     1
    4