Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    use 5.006;
    ...
        },
        test  => { TESTS => join ' ', (glob("t/*.t"))}
    );
    
  2. or download this
    perl -e 'use APR::UUID;print APR::UUID->new->format;'