"tables" in Perl
From: Anthony Vanelverdinghe (anthony_ve_at_hotmail.com)
Date: 02/21/04
- Next message: Rob Dixon: "Re: all confused about a hash"
- Previous message: Rob Dixon: "Re: list of strings to array"
- Next in thread: Rob Dixon: "Re: "tables" in Perl"
- Reply: Rob Dixon: "Re: "tables" in Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: beginners@perl.org Date: Sat, 21 Feb 2004 14:49:16 +0100
Hi
is Java you can do the following:
int[][] table=new int[4][3];
int i=table[2][2];
is there also something like this in Perl??
Thanks!!
_________________________________________________________________
Online shoppen, niets zo makkelijk http://www.msn.be/shopping
- Next message: Rob Dixon: "Re: all confused about a hash"
- Previous message: Rob Dixon: "Re: list of strings to array"
- Next in thread: Rob Dixon: "Re: "tables" in Perl"
- Reply: Rob Dixon: "Re: "tables" in Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|