Help for this page
use strict; use warnings; ... #use if $VERSION < 1, 'bytes'; use if $VERSION < 1, 'Proof' => 'try1'; use if $VERSION > 1, 'Proof' => 'try2';
package Proof; sub import { print('used at ', $_[1], $/); } 1;