Help for this page
package Packagetest; BEGIN{ ... END{ print"Thank you for using the package\n"; }
#!/usr/bin/perl -w use strict; use warnings; require 'Packagetest.pl'; Packagetest::ReadFile("datafile");