Nasernassar
Programmer
Can we call Script subroutine from package's module?
As example:
If I have script test.pl has subroutine sub getFileName,
In the other hand I have module called testm.pm and it has pakage called callSub, from callSub how can I call getFileName in test.pl ?
As example:
If I have script test.pl has subroutine sub getFileName,
In the other hand I have module called testm.pm and it has pakage called callSub, from callSub how can I call getFileName in test.pl ?