<?xml version="1.0" encoding="windows-1252"?>
<node id="652996" title="loris's scratchpad" created="2007-11-26 09:46:12" updated="2007-11-26 04:46:12">
<type id="182711">
scratchpad</type>
<author id="397576">
loris</author>
<data>
<field name="doctext">
&lt;code&gt;
#!/usr/bin/perl

use strict;
use warnings;

my @users = qw/ alice bob carl /;

my @elements;
push(@elements,'$_');
push(@elements,'text');

my @list;

@list = map { join('|',@elements) } @users;

print "@list" . "\n";

&lt;/code&gt; </field>
</data>
</node>
