Skip to content

Instantly share code, notes, and snippets.

@kirbyUK
Created March 11, 2015 20:29
Show Gist options
  • Save kirbyUK/106566ea6da593f57ca0 to your computer and use it in GitHub Desktop.
Save kirbyUK/106566ea6da593f57ca0 to your computer and use it in GitHub Desktop.
cat.pl
#!/usr/bin/perl -w
use strict;
while(<>) { print "$_" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment