Array to strings?
From: gfs X (booya_at_grandma.com)
Date: 03/23/05
- Previous message: jjasonclark_at_spamless.gmail.com: "How to match up to a word"
- Next in thread: pingu: "Re: Array to strings?"
- Reply: pingu: "Re: Array to strings?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Mar 2005 09:34:53 GMT
Hi, Im a complete noob to perl.
Is there a way to convert array values into a string?
For example
@myarr=("Sample","test","Array");
My desired output: "SampletestArray"
To then work with as a string.
I know I could just specify piece by piece but thats just too much and
very impractical (im using it to generate filenames)
Much thanks in advance
- Previous message: jjasonclark_at_spamless.gmail.com: "How to match up to a word"
- Next in thread: pingu: "Re: Array to strings?"
- Reply: pingu: "Re: Array to strings?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|