- or download this
int main (argc, argv)
int argc,
char *argv[]
{
return 0;
}
- or download this
MyFunc ( -type => qw ( lemur llama lynx ),
-width => 150 );
- or download this
sub MyFunc ($$\$)
{
my ($x, $y, $z) = @_;
# $x and $y are required, $z optional.
}