No modified codes have been submitted for this Microcode.
Untitled composition
04. May 2009
04. May 2009
#!/usr/bin/perl use LWP::Simple; getstore('http://www.gutenberg.org/dirs/etext04/cnspr10.txt', 'file.txt'); open FILE, 'file.txt'; while(<FILE>){ print "\e]0;$_\007"; sleep(1); }