use strict; use warnings; my $this = 'hello'; my $that = 'tata'; if(fc($this) eq fc($that)) {print "wtf\n"} #### Undefined subroutine &main::fc called at try.pl line 7.