On Wed, 2006-12-13 at 17:15 +0100, Mark Martinec wrote:
> This is not true for all platforms.
> 
> Try:
> 
> $ perl -le 'print join(", ",PerlIO::get_layers(\*STDIN))'
> $ PERLIO=''       perl -le 'print join(", ",PerlIO::get_layers(\*STDIN))'
> $ PERLIO='stdio'  perl -le 'print join(", ",PerlIO::get_layers(\*STDIN))'
> $ PERLIO='perlio' perl -le 'print join(", ",PerlIO::get_layers(\*STDIN))'
> $ unset PERLIO;   perl -le 'print join(", ",PerlIO::get_layers(\*STDIN))'
> 
> Then try:
> $ echo "test"|PERLIO="stdio"  perl -e '$!=0; while(<>){print}; $!==0 or die 
> "Err: $!"'
> $ echo "test"|PERLIO="perlio" perl -e '$!=0; while(<>){print}; $!==0 or die 
> "Err: $!"'
> etc.
> 

I am happy to report that upgrading to 2.4.2 from backports.org fixed
the problem I was having.

Thanks,
Zack


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to