From 702f8a35b70ce405a2367cd3f33b89fb5c047d7f Mon Sep 17 00:00:00 2001 From: preecej Date: Wed, 25 Aug 2010 23:19:48 +0000 Subject: [PATCH] changed the string to test the version capabilities svn path=/; revision=20 --- preecej/linux_workshop_1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preecej/linux_workshop_1.pl b/preecej/linux_workshop_1.pl index 554395e..038997a 100755 --- a/preecej/linux_workshop_1.pl +++ b/preecej/linux_workshop_1.pl @@ -3,6 +3,6 @@ use strict; system 'clear'; -print "Hello World!\n\n"; +print "Hello World! mod\n\n"; exit; -- 2.34.1