Help for this page

Select Code to Download


  1. or download this
    getoptions, configure, new
    
  2. or download this
    use strict;
    use warnings;
    ...
        no strict;
        return grep {/^$prefix/ && exists &{"${object}::$_"}} keys %{"${ob
    +ject}::"};
    }