Query: class::unload
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Class::Unload(3pm) User Contributed Perl Documentation Class::Unload(3pm)NAMEClass::Unload - Unload a classVERSIONversion 0.07SYNOPSISuse Class::Unload; use Class::Inspector; use Some::Class; Class::Unload->unload( 'Some::Class' ); Class::Inspector->loaded( 'Some::Class' ); # Returns false require Some::Class; # Reloads the classMETHODSunload $class Unloads the given class by clearing out its symbol table and removing it from %INC.SEE ALSOClass::InspectorACKNOWLEDGEMENTSThanks to Matt S. Trout, James Mastros and Uri Guttman for various tips and pointers.AUTHORDagfinn Ilmari MannsA~Xker <ilmari@ilmari.org>;COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Dagfinn Ilmari MannsA~Xker. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.10.1 2011-01-26 Class::Unload(3pm)
Similar Topics in the Unix Linux Community |
---|
bus error (coredump) |