Help for this page
sub foo { print @_ } foo "Hello "; # function - prints "Hello " main->foo("!"); # method - prints "main!"