in reply to Docs notation

=head1 FUNCTIONS =head2 C<$ret = foo($scalar, [$arrayref, [$hashref]]);> Takes one to three arguments, the 2nd and 3rd being optional, ex foo($scalar, undef, \%bong ) returns blah blah ... =cut