Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -s
    use strict;
    ...
        my $rc = invoker( $name, $name . '-arg' );
        print "$name: rc=$rc\n";
    }
    
  2. or download this
    $ perl /tmp/1203952.pl -h
    Available callbacks: first last
    ...
    in last_callback, z=last-arg
    last: rc=2
    fred: rc=-1