Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print Dumper {
    ...
        optimized => $self->b(),
        direct    => $self->c(),
    };
    
  2. or download this
    $VAR1 = {
              'direct' => 123,
              'normal' => 123,
              'optimized' => 123
            };