Help for this page
#!/usr/bin/perl -w use strict; ... my(@arr) = ("one","two","three"); higherLevel(@arr);
#!/usr/bin/perl -w use strict; ... } my(@arr) = ("one","two","three"); higherLevel(@arr);