Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $lib = Library->new;
    
    $lib->foo;
    
  2. or download this
    [2016-11-13 09:12:13.179][lvl 0][Library.new] creating Library obj
    [2016-11-13 09:12:13.180][lvl 0][Library.foo] about to crate lib::foo 
    +obj
    [2016-11-13 09:12:13.180][lvl 0][Library.Library::Foo.new] creating ne
    +w foo obj