#!/usr/bin/perl $primo = "Ciao";$secondo = "Mondo";print $primo;print " ";print $secondo;print "!\n";
Standard input is empty
Ciao Mondo!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!