in reply to Re^4: CGI and Storable : explain me this, please.
in thread CGI and Storable : explain me this, please.

I wouldn't say "just happens", but yes, that is the point of split. From the documentation:

split /PATTERN/,EXPR,LIMIT split /PATTERN/,EXPR split /PATTERN/ split Splits the string EXPR into a list of strings...

Automatic data type conversions do happen in Perl, but there aren't a lot of accidental, harmful ones.