diff options
Diffstat (limited to 'use.buetow.org/content/Poetry.sub/Christmas.xml')
| -rw-r--r-- | use.buetow.org/content/Poetry.sub/Christmas.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/use.buetow.org/content/Poetry.sub/Christmas.xml b/use.buetow.org/content/Poetry.sub/Christmas.xml new file mode 100644 index 0000000..783a6d0 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/Christmas.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Merry Christmas!</pagetitle> + <code> + <perl> + use LWP::Simple; + my $ret = get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/christmas.pl"); + $ret =~ s/</</g; + $ret; + </perl> + </code> +</content> |
