Help for this page

Select Code to Download


  1. or download this
    *CORE::log = sub {
        # Your logging code here
    }
    
  2. or download this
    do_some_operation( @args )
        or log( "some_operation() failed with @args!" );