View Single Post
Old 11-04-2004, 12:00 PM   #2 (permalink)
ender
Code Monkey
 
ender's Avatar
 
Join Date: Mar 2003
Location: Evansville, IN
Posts: 75
ender is on a distinguished road
Send a message via AIM to ender Send a message via Yahoo to ender
It would appear that you already have some external requirements: File::Stat and IO::Handle. I do not deny that doing everything by hand is a fun rich experience to learn from, however, I do believe that if you are already using these modules: what is the harm in adding another one?

If you decide that you still want to do it the fun way, just say so. We are here to help.

I also like to do things the hard way and tend to always implement stuff myself for personal projects.

-Ted
__________________
while(1) fork();
ender is offline   Reply With Quote