S
Sashi
All,
I have a csv file. The second field is an int and I need it to be
replaced with the two's power of itself.
For example if the number is 22, I need it replaced with two raised to
the power of 22.
The remaining fields are IP address which should be replaced with the
corresponding ints, ie use the inet_aton() funcion. There will be at
least two but no more fields per row.
I'm a Perl newbie so if someone could point me to a solution that'll
be a help.
Thanks,
Sashi
I have a csv file. The second field is an int and I need it to be
replaced with the two's power of itself.
For example if the number is 22, I need it replaced with two raised to
the power of 22.
The remaining fields are IP address which should be replaced with the
corresponding ints, ie use the inet_aton() funcion. There will be at
least two but no more fields per row.
I'm a Perl newbie so if someone could point me to a solution that'll
be a help.
Thanks,
Sashi