summaryrefslogtreecommitdiff
path: root/fype.buetow.org/content/Examples.xml
blob: 8bfe8e01ae4e1f77a518428642566a3d3f78b9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<content>
  <pagetitle>Sourcecode Examples</pagetitle>
  <code>
    <perl>
		use LWP::Simple;

		get 'http://web.buetow.org/git/?p=fype.git;a=blob_plain;f=examples/all-examples.txt';
  </perl>
  </code>
</content>