Help for this page
#!/usr/bin/perl -w use strict; ... $_[1] = "test2: 2"; $_[2] = "test2: 3"; }
one two ... test2: 1 test2: 2 test2: 3