Help for this page
package Abc; ... print "\nThis is package Abc and function is simple() \n"; } 1;
use Abc; simple();