in reply to Joining an array with two tabs

You can also
my @array = ("first","second","third"); my $output = join( "\t\t", @array ); print( $output );

Replies are listed 'Best First'.
Re^2: Joining an array with two tabs
by rev_1318 (Chaplain) on Jul 18, 2005 at 09:44 UTC
    OT:
    monarch (and cog): why do you reply to this node, but not aprove it? That comfuses me. Apparently you aprove of the question, because you give an answer...

    Paul

      Personally, I try to do only one of the following:

      • Reply
      • Approve
      • Front-page

      This prevents me from messing up :-) I'm pretty sure that if the node is a good one the next person coming up will approve it :-)