#!/usr/bin/perluse strict;use warnings; if (1) { my $a = 1;}print $a;
Standard input is empty
Standard output is empty
Name "main::a" used only once: possible typo at prog.pl line 8. Use of uninitialized value $a in print at prog.pl line 8.
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!