cpan problem

Geoff Shang geoff at QuiteLikely.com
Fri May 14 06:54:14 UTC 2010


Hi,

I've not used cpan but it sounds like it's sending its output to standard 
error.  I *hate* it when programs do this, but it's easy enough to work 
around when they do.  Type:

<command> 2>&1 |less

This will redirect standard error to standard output.

HTH,
Geoff.




More information about the Blinux-list mailing list