Help for this page
#!/usr/bin/perl -w require "./global_stuff.pm"; global_stuff::print_global_variable();
package global_stuff; ... } return 1;