Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
changed the string to test the version capabilities
authorpreecej <preecej@localhost>
Wed, 25 Aug 2010 23:19:48 +0000 (23:19 +0000)
committerpreecej <preecej@localhost>
Wed, 25 Aug 2010 23:19:48 +0000 (23:19 +0000)
svn path=/; revision=20

preecej/linux_workshop_1.pl

index 554395eb8f09f876214b3976d416c33af4c8bb75..038997ac9b17b9598bd895b8a4c16225c16510d0 100755 (executable)
@@ -3,6 +3,6 @@ use strict;
 
 system 'clear';
 
-print "Hello World!\n\n";
+print "Hello World! mod\n\n";
 
 exit;