#!/usr/bin/perl use strict; use warnings; sub hello {print "Hello, world\n"}; my $ref = "hello"; $ref->(); __END__ Can't use string ("hello") as a subroutine ref while "strict refs" in use