Help for this page

Select Code to Download


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