Help for this page
#!/usr/bin/perl use strict; ... my $var_with_é_accent = 10; print "var is $var_with_é_accent\n";