Christopher Fowler wrote: > I'm creating a usb flash stick to flash our devices. I've loaded perl > and it is not behaving well with STDIN. > It works for me on a Suse 9.3 system. As does the following: ls -l / | perl -e 'while(<>) { print "$_"; }' Just for the heck of it, you might want to try that form. Jim. >