in reply to Script for MAX and Min
#!/usr/bin/perl *=*j=>*-=*k=>*>=*l=>*<=*m; while(<>){chomp;$*++;$-+=$_;($_>$>)&&($>=$_);($_<($<||=$>))&&($<=$_)}$ +-/=$*; print"$> $- $<\n"
------
We are the carpenters and bricklayers of the Information Age.
Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
|
|---|