Hey, thanks a lot for the help!
As things have worked out, this is what I've done:
sub reloadClass {
delete_package("Myclass");
do 'Myclass.pl';
}
With this setup, I can change the code of Myclass during runtime without any errors or warnings. I could replace "
do 'Myclass.pl'" with the "delete...; require..." type coding.
For those who are curious: for me to get interested in learning a language I need to have a drive or ambition. This usually comes in the form of a personal project and the like. As a 'less then 1 month' perl monkino, I'm aiming in creating a perl MUD server which can be programmed through a client in the server itself. They would be programming the "Myclass.pl" equivalent and restarting it. The equivalent would be, for example, the skill database and interpreter.
But anyway, thank you all for the help!
~MichaelD
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.