Help for this page
#!/usr/bin/perl -w use strict; ... my $x=$ref->(); print "$x\n"; sub this {return "hi!"}