Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Challenge:reimplement UNIX cat

Name: Anonymous 2015-02-23 16:31

Most elegant solution wins
reference bloated cats: https://gist.github.com/pete/665971

Name: Anonymous 2015-02-24 1:48

My Perl implementation.
It's a bit bloated.
#!/usr/bin/perl
use strict;

while(<>){
print $_;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List