changeset 0:2423b15fa47f draft

Uploaded
author anshu
date Tue, 16 Jul 2013 03:34:18 -0400
parents
children bd70557994fa
files test.pl
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.pl	Tue Jul 16 03:34:18 2013 -0400
@@ -0,0 +1,12 @@
+#!/usr/bin/perl -w
+
+$a=1;;
+$b=2;
+
+$c=$a+$b;
+print $c;
+
+exit;
+
+
+