in reply to Re^2: Getting perl file path from Function
in thread Getting perl file path from Function

The only issues is I am not calling the sub. So can i use caller to get the information i need? See an example below:
my ($package, $filename, $line) = caller(\&MODULES_ORG_PERSONAL_SETTIN +GS_userManager_emergencyContacts);

Replies are listed 'Best First'.
Re^4: Getting perl file path from Function
by Corion (Patriarch) on Oct 04, 2010 at 18:30 UTC

    What part of the caller documentation makes you think that this would work?