AFS

 view release on metacpan or  search on metacpan

examples/v2/utils/setpag  view on Meta::CPAN

#!/usr/local/bin/perl

use blib;
use strict;
use warnings;

use AFS::Utils qw (setpag);

my $ok = setpag;
if ($AFS::CODE) { print "AFS::CODE = $AFS::CODE\n"; }
else            { print "ok = $ok\n"; }

system "tokens";



( run in 1.849 second using v1.01-cache-2.11-cpan-39bf76dae61 )