: 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.



You could do something like



perl -MMyModule -e '$s = $myObj->new; print $s->someProperty, "\n"'



--Art

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to