Tableau: Exemple d’interpolation

Author:
#!/usr/bin/perl

@lang = qw(Perl Python Java);
$indice = 1;

$text = "J'aime $lang[0]";
print "$text