Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: altering and printing an array

by l.frankline (Hermit)
on Dec 05, 2005 at 11:15 UTC ( [id://514087]=note: print w/replies, xml ) Need Help??


in reply to altering and printing an array

Hi,

Many of them suggested very well....I too have some suggestions. this can help u too.

@dateArray = ("110905","111505"); @versionArray = ("1.000.10.01","1.000.10.01"); print "date\t-\tversion"; for ($i=0;$i<=$#dateArray;$i++) { print "\n$dateArray[$i]\t-\t$versionArray[$i]"; }

Regards
Franklin

Don't put off till tomorrow, what you can do today.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-19 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found