A simple Perl program that reads and writes a line of input.
#!/usr/local/bin/perl $inputline = <STDIN>; print( $inputline );