I'm writing a custom function and am trying to access the variable that are shown at the top of Message.pm (per jules instructions).<br><br>Problem is that when I run a line like:<br><br><span style="font-family: courier new,monospace;">my $rickfrom = $message->{from};</span><br>
<br>I don't get anything back in the $rickfrom, it's empty.<br><br>I admit I'm not that experienced with Perl in general but can somebody point me in the right direction for accessing those vars?<br><br>Also, is there any one var that will just give me the first clean "to" address without and <>, etc.<br>
<br>Thanks<br><br>Rick<br><br>