#!/usr/bin/perl use strict; use warnings; use utf8; my $var_with_é_accent = 10; print "var is $var_with_é_accent\n";