Help for this page
#!/usr/bin/perl use strict; ... $ perl test.pl The time was: FRI AUG 25 15:18:08 2017
#!/usr/bin/perl use strict; ... $ perl test.pl The time was nigh The time was FRI AUG 25 15:20:10 2017
sub a { sub b{ } }
sub a { } sub b{ }