Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    sub get { return "Foo!" }
    wrap get, post => sub { warn $_[-1] };
    get();
    
  2. or download this
    Use of uninitialized value in warn at wrap.pl line 6.
    Warning: something's wrong at wrap.pl line 6.