Help for this page
sub func($@) { my($x,@y) = @_; }
#!/usr/bin/perl -w use strict; ... # -- End ------------