[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Weird Perl problem
- Subject: [ale] Weird Perl problem
- From: ale_nospam at fayettedigital.com (Jim)
- Date: Wed, 18 Oct 2006 05:18:00 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
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.
>