Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

(shockme) Re: concatening strings

by shockme (Chaplain)
on Nov 07, 2003 at 17:19 UTC ( [id://305374]=note: print w/replies, xml ) Need Help??


in reply to concatening strings

I'm not sure exactly what you're wanting, and your code is somewhat unformatted and difficult to follow. There are probably better ways, but the following should get you started:
while(<DATA>) { my (@elements) = split(/\s/, $_); my $html = "<td><input type=\"$elements[1]\" name=\"$elements[0]\" +></td>"; print "<table><tr><td>$html</td></tr></table>\n"; } __DATA__ Subject checkbox yes Data checkbox yes

Update: asarih beat me to it. With a better solution too, imo.

If things get any worse, I'll have to ask you to stop helping me.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 11:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found