MAC vendor lookup: Difference between revisions

(added nim example)
Line 191:
echo maclookup("FC:FB:FB:01:FA:21")
echo maclookup("BC:5F:F4")</lang>
 
{{out}}
<pre>Samsung Electronics Co.,Ltd
Cisco Systems, Inc
ASRock Incorporation
</pre>
 
=={{header|Perl 6}}==