This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /projects/saga-wg/wiki/Wiki/annotate/3 at Thu, 03 Nov 2022 16:01:45 GMT SAGA WG - Open Grid Forum

Wiki

Version 3 (Andre Merzky, 04/16/2012 06:51 AM)

1 1 Andre Merzky
h1. Wiki
2 1 Andre Merzky
3 1 Andre Merzky
This is the WIKI entry page of the SAGA WG.
4 2 Andre Merzky
5 1 Andre Merzky
6 3 Andre Merzky
Code highlight test:
7 3 Andre Merzky
8 3 Andre Merzky
<pre><code class="perl">
9 3 Andre Merzky
10 3 Andre Merzky
  #!/usr/bin/perl -w
11 3 Andre Merzky
12 3 Andre Merzky
  BEGIN {
13 3 Andre Merzky
    use strict;
14 3 Andre Merzky
  }
15 3 Andre Merzky
16 3 Andre Merzky
  print "hello world\n";
17 3 Andre Merzky
18 3 Andre Merzky
</pre>
This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /projects/saga-wg/wiki/Wiki/annotate/3 at Thu, 03 Nov 2022 16:01:47 GMT