How can one properly declare another script's subroutine from within&nbsp; a Module.<br><br>I would like to be able to do this:<br><br>require "./QuoteJoke.pl";<br>my $string = &amp;get_quote_joke();<br><br>from a my home made perl module Fax.pm<br><br>without getting:<br><br>Undefined subroutine &amp;Fax::get_quote_joke called at Fax.pm line 61<br><br>I know I am probably breaking some cardinal rule of perl but I can't figure it out.&nbsp; <br><br>Thanks for any help.<br><br><br><BR><BR>Your beliefs become your thoughts.  Your thoughts become your words.  Your words become your actions.  Your actions become your habits.  Your habits become your values.  Your values become your destiny.  -- Mahatma Gandhi