Conversion automatique d’un string en un nombre

Author:
#!/usr/bin/perl
 
$nombre_simple=3.5;
$nombre_str="6";
 
#L'opération arithmétique convertit $nombre_s