Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    { my @bar = (9..12) };
    
    print Dumper(peek_my(0));
    
  2. or download this
    $VAR1 = {
              '$foo' => \undef,
    ...
              '$foo' => \'lee',
              '$bar' => \'Bar'
            };