Help for this page
Select Code to Download
Select
or
download this
sub returns_rtwo { return reverse qw[ foo bar ]; }
Select
or
download this
#!/usr/bin/perl -w use strict; ... foo(bar()); foo_p(bar());
Select
or
download this
sub bar { return my @foo = bam(); }