Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        my $indentation = '  ' x $nextlevel;
        print $indentation, $baseval, ' = ', $datum, "\n";
    }
    
  2. or download this
    $ perl test-mlh.pl
          $hash{key1}{key2}{key3} = asdf
    ...
      $array[8] = 8
      $array[9] = 9
      $scalar = blah