- or download this
use 5.010;
use strict;
...
@xxx = (9,9,9);
say "@yyy"; # says "9 9 9"
- or download this
use 5.010;
use strict;
...
@xxx = (9,9,9);
say "@yyy"; # says nothing
- or download this
*answers_comments = one_param("answers","comments");
- or download this
package ...;
sub answers_comments {
...;
}