#!/usr/bin/perl -wuse v5.14; my ($x, $y) = split ' ', <>;say $x + $y
Standard input is empty
0
Use of uninitialized value $y in addition (+) at prog.pl line 5. Use of uninitialized value $x in addition (+) at prog.pl line 5.
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!