Help for this page
use My::Module { hairiness => 2 }, qw(:core frobnicate); frobnicate( $foo ); # with hairiness = 2
package My::Module; ... my $x = shift; return $x; # TODO actually use parameters here };