chiark / gitweb /
mason/pastebin/%show: Factor out piping the content through a filter.
[odin-cgi] / cgi / ip
1 #! /usr/bin/perl
2 print <<EOF;
3 Content-type: text/plain; charset=us-ascii
4
5 $ENV{REMOTE_ADDR}
6 EOF
7 exit 0;