Help for this page
package Def; use warnings; ... @EXPORT = qw($foo $bar $boo); 1;
#!/usr/bin/perl use warnings; ... $boo = 'The fans boo you today'; print $boo,$foo,$bar;