Oct 30, 2006 #1 MJAZ Programmer Joined Aug 1, 2006 Messages 73 Location US Is there a script that I could use that would tell a Perl script what the size of a file/folder is?
Oct 30, 2006 #2 Annihilannic MIS Joined Jun 22, 2000 Messages 6,317 Location AU You could try the Perl forum for a suitable module. Being a Unix guy I would just run du -s from the Perl script to get the directory size. Annihilannic. Upvote 0 Downvote
You could try the Perl forum for a suitable module. Being a Unix guy I would just run du -s from the Perl script to get the directory size. Annihilannic.
Nov 1, 2006 #3 bdw238 MIS Joined Dec 15, 2005 Messages 52 Location GB Have a look at the "stat" function in perl. Brian Upvote 0 Downvote
Nov 1, 2006 Thread starter #4 MJAZ Programmer Joined Aug 1, 2006 Messages 73 Location US Thanks you for all your help! Upvote 0 Downvote