Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Pushing a delimiter into an array?

by iguanodon (Priest)
on Mar 31, 2014 at 01:56 UTC ( [id://1080344]=note: print w/replies, xml ) Need Help??


in reply to Pushing a delimiter into an array?

Do you really need the tabs in the array? If you just want to print the values separated by tabs do
print join("\t", @array);

Replies are listed 'Best First'.
Re^2: Pushing a delimiter into an array?
by rnaeye (Friar) on Mar 31, 2014 at 02:18 UTC
    Great advice thanks. I just needed to print them!

Log In?
Username:
Password:

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

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

    No recent polls found