- or download this
my $i = 0;
...
print ", $_";
}
}
- or download this
print join ', ', @ARGV;
- or download this
my $new_act;
my $new_scene;
...
$new_scene = $line;
}
}
- or download this
open my $playIn, '<', $mit_shakes or die "Could not open '$mit_shakes'
+: $!\n";