|
|
| "be consistent" | |
| PerlMonks |
not waiting for module to returnby melguin (Pilgrim) |
| on Dec 19, 2001 at 21:30 UTC ( [id://133296]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.melguin has asked for the wisdom of the Perl Monks concerning the following question:
I have a program that calls several modules that I have written. However, I noticed that when I do a call to one of the subroutines (edit_categories) in one of them (Category.pm), the main program keeps going. It doesn't wait for edit_categories to finish.
Is that normal? Is there a way to get it to wait? Also, for some reason in the main program I had to call it using Category::edit_categories() rather than just edit_categories() even though I have use Category; at the top. This does not seem to be the case for other modules. thanks, melguin.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||