in reply to Find the last item in a series of files

Hi, what do you have so far? Can you show your code please? An array of file names seems like a good start, after you get the file suffixes.

You might like Path::Tiny::iter() to find the files, and File::Basename::fileparse() for getting the filename suffix.

Hope this helps!


The way forward always starts with a minimal test.
  • Comment on Re: Find the last item in a series of files