Content deleted Content added
→Perl: line up pairs nicely |
|||
Line 843:
<source lang=Perl>
%phone_book = (
'Sally Smart' => '555-9999',
'John Doe' => '555-1212',
'J. Random Hacker' => '553-1337',
);
|
→Perl: line up pairs nicely |
|||
Line 843:
<source lang=Perl>
%phone_book = (
'Sally Smart' => '555-9999',
'John Doe' => '555-1212',
'J. Random Hacker' => '553-1337',
);
|