## stats ? -s ? naaaaa $size = `ls -l $FILE | awk '{ print $5 }'`; ## what's opendir() ? @files = `ls $DIR`; ## And, this is not mine, but i saw it # in some code at work the other day # where all logging was like this ... `echo "Process starting" >> $LOGFILE`;