################################################### =head1 Foo method The foo() method converts a fromitz into first-normal form, and returns the result. =cut sub foo { my ( $fromitz, $word_order ) = @_; # ... code here ... return $result; } # foo ###################################################