<div dir="ltr">If I have a script such as<br><br>#!/usr/bin/perl -w<br><br>sub record_info {<br><br>&nbsp;# insert some into into a DB table<br><br>}<br>1;<br><br><br>Is there a way that the subroutine record_info can tell what perl script called it so that it can also put that info in to the DB table?<br>
<br>Thanks very much for your help.<br></div>