changeset 0:18f9444517e6 draft

Uploaded
author big-tiandm
date Tue, 04 Nov 2014 02:33:04 -0500
parents
children 12fbc0afee30
files testhello.pl
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testhello.pl	Tue Nov 04 02:33:04 2014 -0500
@@ -0,0 +1,6 @@
+#!/usr/bin/perl
+use strict;
+use warnings;
+
+print "Hello, World...\n";
+