Help for this page

Select Code to Download


  1. or download this
    use JacksLumber;
    
    $JacksLumber::basedir = '/some/other/dir';  # override default
    
  2. or download this
    # Go from this:
    use JacksLumber 'some_func';
    ...
    my $alt    = new JacksLumber(alternate_behavior => 1);
    $normal->some_func(1, 2, 3);
       $alt->some_func(1, 2, 3);