Help for this page

Select Code to Download


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