Crear firma repetitiva
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
#3
use strict; use warnings; use Storable ('freeze'); $Storable::canonical = 1; my $uno = { foo => 42, bar => [ 1, 2, 3 ] }; my $dos = { foo => 42, bar => [ 1, 2, 3 ] }; my $uno_s = freeze $one; my $dos_s = freeze $two;