stat will tell you the last modified time - mtime - without a problem, however it's not possible to tell (on most/all platforms) when a file was created - only the last time it's inode was modified - ctime.
You might also find the standard File::stat module of use - it allows name based access to the various bits of info that stat returns.