Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Perl

Journal tmhsiao's Journal: I love perl

I love being able to write something like this:

perl -F: -ane '$hash{$F[0]}++;} for my $key (keys %hash) { print "$key: $hash{$key}\n"; } {' <file>
This discussion has been archived. No new comments can be posted.

I love perl

Comments Filter:

I've noticed several design suggestions in your code.

Working...