RE: executing a subroutine in a module

2001-06-13 Thread Arthur Cohen
: Is it possible to execute just a subroutine from the commandline? I'm : running apache on a unix box. I know you can execute a : script from the : command line however, I have some modules I have written with : many stand : alone methods and I'm only wanting to check the return val

executing a subroutine in a module

2001-06-13 Thread byron wise
Is it possible to execute just a subroutine from the commandline? I'm running apache on a unix box. I know you can execute a script from the command line however, I have some modules I have written with many stand alone methods and I'm only wanting to check the return values of the methods. byr