Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my @n = get();
    my $n = get();
    get();
    
  2. or download this
    $VAR1 = [
              [
    ...
    $VAR1 = [
              bless( sub { "DUMMY" }, 'Hook::LexWrap::Cleanup' )
            ];
    
  3. or download this
    In a post-wrapper, $_[-1] contains the return value
    produced by the wrapped subroutine. In a scalar return
    ...
    list return context, this value is a reference to the
    array of return values. $_[-1] may be assigned to in a
    post-wrapper, and this changes the return value accordingly.