summaryrefslogtreecommitdiff
path: root/use.buetow.org/content/Examples.sub/StaticVar.xml
blob: d6afd535bb180ef7807df1cd3db1dc42b5924642 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<content>
  <pagetitle>StaticVar</pagetitle>
  <code>
  <perl>
 	use LWP::Simple;
	get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/staticvar.pl");
  </perl>
  </code>
</content>