Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

loris's scratchpad

by loris (Hermit)
on Nov 26, 2007 at 14:46 UTC ( [id://652996]=scratchpad: print w/replies, xml ) Need Help??

#!/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";
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-19 15:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found