#! /usr/local/bin/perl use strict; my @javaInfo = `java -version`; foreach my $line (@javaInfo) { print "- $line\n"; }