12345678
package Module;sub start() { my ($content, $divs) = @_; $$content = "test"; $divs->{'test'} = "test";}1;
Module::start(\$content, \%divs);