or download this
1 #!/bin/perl -w
2 use strict;
3 seek DATA, $[,$[;
+ # really seek 0,0, you have to use special variables ;--)
...
21 $just=q</ELT>. qq</ELT>;
+ # close elements, usinq angle brackets as q delimitors
22 __DATA__
+ # yes we need it
23 </DATA>
+ # the closing DATA tag must be the last token in the file