Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Manually adding delimiters instead of join()

by periapt (Hermit)
on Oct 13, 2004 at 12:23 UTC ( [id://398837]=note: print w/replies, xml ) Need Help??


in reply to Re: Manually adding delimiters instead of join()
in thread Manually adding delimiters instead of join()

Alternately, since you only need to break up the :: variable interpolation
$users{$username} = "$password\::$name\::$email\::$website\::$start";
or even (although this isn't any better than join-not that there is anything wrong with join)
$password.'::'.$name.'::'.$email.'::'.$website.'::'.$start

PJ
use strict; use warnings; use diagnostics;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://398837]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found