my (undef,undef,undef,undef,undef,undef,undef,$size, $atime,$mtime,$ctime,undef,undef) = lstat($string_path); say "File $string_path has $size bytes $mtime"; my $born_local = stat($string_path)->ctime ); my $size_local = stat($string_path)->size ); say "values for $_ are $born_local and $size_local";