Help for this page
package Chain; sub new { ... } 1;
use strict; use warnings; ... ->test ->hell(1,2,3) ->say("hello");