in reply to Perl Bible

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: Perl Bible
by Moron (Curate) on Mar 01, 2007 at 13:59 UTC
    Or in other words:
    sub second { my $self = shift; for my $neighbour ( keys %{ $self -> { neighbour }}) { $self -> { love }{ $neighbour } = $self -> { love }{ $self }; } }

    -M

    Free your mind

A reply falls below the community's threshold of quality. You may see it by logging in.