Help for this page
#!/usr/bin/env perl use warnings; ... sub foo($x,$y) { print $x+$y,"\n"; }
#!perl package Foo; ... } 1;