Hi,
i have 6 files in one folder which runs one after the other, but the real issue now is i need a specific file which should run 1st and the rest can run after this. now i am using this code
@filenames = sort { -M "$b" <=> -M "$a" } @filenames; foreach (@filenames){ push @file_list, "$_ \n"; } die if (!@file_list);
please help :)
2017-12-13 Athanasius added code and paragraph tags
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |