Python vs. Perl

Gisle Aas gisle at ActiveState.com
Sat May 26 00:22:47 EDT 2001


Thomas Wouters <thomas at xs4all.net> writes:

> God, yes. That was in the top-2 of my Perl hash annoyances :) The top-1 is,
> of course, that you have to go through oddball magic just to see what a hash
> contains. I prefer 'print dict' <wink>.

I would not really call invocation of a function "oddball magic":

    print Dumper($hash);

-- 
Gisle Aas



More information about the Python-list mailing list