fork download
  1. #!/usr/bin/perl
  2. use strict;
  3. use warnings;
  4.  
  5. my $a;
  6. if (1) {
  7. $a = 1;
  8. }
  9. print $a;
  10.  
Success #stdin #stdout 0s 3740KB
stdin
Standard input is empty
stdout
1