Help for this page
my $time_zone_func = ( $file =~ /^London/ ) ? sub { gmtime shift } : sub { localtime shift };
$foo = &$time_zone_func( time );
$bar = $time_zone_func->( time );