Help for this page

Select Code to Download


  1. or download this
    foreach my $class ( enumerate_loaded_classes() )
    {
        $class->can('clean_up') || next;
        $class->clean_up();    
    }