Help for this page

Select Code to Download


  1. or download this
    package Acme::Example;
    use base 'Exporter';
    ...
    @EXPORT_OK = qw(example);
    use strict;
    sub example { ... }