Help for this page

Select Code to Download


  1. or download this
    $#{ $self->{ op_stack } }
    
  2. or download this
    package Foo;
    use strict;
    ...
    use Data::Dumper;
    print Dumper $test;
    print $#{$test->{a}};