Hostname: Difference between revisions

Python version
(added C, Perl)
(Python version)
Line 29:
$name = hostname;
 
==[[Python]]==
[[Category:Python]]
'''Interpreter:''' [[Python]] 2.5
 
import socket
socket.gethostname()
 
==[[Tcl]]==
79

edits