or download this
my (undef,undef,undef,undef,undef,undef,undef,$size,
$atime,$mtime,$ctime,undef,undef)
= lstat($string_path);
...
my $born_local = stat($string_path)->ctime );
my $size_local = stat($string_path)->size );
say "values for $_ are $born_local and $size_local";