>perl -anle"$h{ $F[1] } = $_; }{ print for values %h"
I understood that about the implicit split and the -loctnum after reading this ( which is awesome by the way )
>perl -anle"$h{ $F[1] } = sprintf qq[%05u%s], $., $_; }{ print substr $_, 5 for sort values %h"
I have been searching around for a bit and I simply dont get that - could you explain that one please?
In reply to Re^2: Data managing problem
by tmharish
in thread Data managing problem
by manorhce
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |