Help for this page
use strict; use warnings; ... asub(); #fails if I uncomment the next line - Global symbol "$ascalar" require +s explicit package name #print $ascalar, "\n";
package Exports; ... } 1;