Hola a tod@s.
Estoy haciendo un modulo y resulta que al llamar el new() me crea el objeto sin problema alguno, pero cuando quiero agregar uno nuevo por medio de otro sub, no me retorna nada:
sub other {
my $fl = shift;
return $fl->{Size} = -s "File.txt";
}
Que hago?