LogIn E-mail
¼³°èÀ̾߱â
array of array
# 68 JMJS    06.4.22 05:35

#!/bin/perl

my @c0 = (1,2,3);
my @c1 = (1,2,3,4);
my @c2 = (1,2,3,4,5);
my @c3 = (1,2,3,4,5,6);
my @c4 = (1,2,3,4,5,6,7);

my @call = (\@c0,\@c1,\@c2,\@c3,\@c4);

foreach $acall (@call) {
        print "$acall";
        foreach $anum (@{$acall}) {
                print " $anum";
        }
        print "\n";
}

°Ô½Ã¹°: 100 °Ç, ÇöÀç: 1 / 2 ÂÊ
¹øÈ£ Á¦       ¸ñ ÀÛ¼ºÀÚ µî·ÏÀÏ ¹æ¹®
100  jsame.pl JMJS 09.5.21 1367
99  jos.pl JMJS 08.11.29 1162
98  jmngr.pl - jmjspro manager JMJS 08.11.29 1208
97  vhdl.pm JMJS 08.11.29 1195
96  jreg.pl JMJS 08.11.29 1196
95  jtree.pm JMJS 08.11.29 1214
94  w2c.pl JMJS 08.11.29 1205
93  jdread.pl JMJS 08.11.29 1048
92  ffile.zip ffilediff.pl JMJS 09.4.24 1093
91  rgb2ycbcr.pl JMJS 10.5.12 1268
90  proview.pl JMJS 08.11.29 1352
89  smi_shift.pl JMJS 10.10.3 1058
88  srt2smi.pl srtshift.pl JMJS 18.7.14 1207
87  Perl CGI Input Test, getenv.cgi JMJS 18.11.21 890
86  opendir, readdir, closedir JMJS 08.10.12 1149
85  tr a-z A-Z JMJS 08.10.3 967
84  JARRAY->jfunc JMJS 08.10.2 966
83  ¼öÄ¡ÇÔ¼ö - ... JMJS 09.5.7 1332
82  ¿ªÇà·Ä3x3 JMJS 09.5.7 1469
81  hex2int.pl JMJS 10.9.12 2164
80  stat - file status º¸±â JMJS 07.12.16 1030
79  Perl Tip JMJS 09.7.20 1997
78  SMI file sync delay JMJS 07.7.18 1159
77  rmword.pl JMJS 07.6.18 1059
76  [Perl]package AP jinsung 07.2.28 995
75  [Perl]read_dir.pl JMJS 07.2.22 1228
74  [Perl]jtab2char - tab¹®ÀÚ¸¦ ƯÁ¤ char·Î ¹Ù²ãÁÖ±â JMJS 07.2.22 1154
73  Perl ¼ýÀÚ Sorting JMJS 11.5.17 1300
72  [CGI]GET and POST JMJS 06.11.20 2544
71  Perl Grammer JMJS 06.9.4 2092
70  Ç¥ÁØ ¸ðµâ JMJS 06.8.10 1457
69  Getopt::Long example JMJS 06.8.10 1639
68  array of array JMJS 06.4.22 1065
67  [HTML]Å×ÀÌºí ¹è°æ¿¡ ±×¸²³Ö±â JMJS 06.3.8 1162
66  l2w.pm - line to word JMJS 08.12.1 1123
65  make_random_chars JMJS 05.8.10 1008
64  mail º¸³»´Â script JMJS 05.3.23 994
63  ½ÇÇàÆÄÀÏÀ» ½ÇÇà½Ã۰í Ç¥ÁØ¿¡·¯ Àбâ JMJS 09.2.25 970
62  ÆË¾÷â(°øÁöâ)¶ç¿ì±â Jinsung 03.12.16 1909
61  print <<ENDLINE JMJS 03.12.5 1048
60  [HTML]Target JMJS 03.5.21 1086
59  [Perl]jutil.pm JMJS 03.5.3 1203
58  [Perl]jdiff.pl JMJS 02.6.6 1228
57  [Perl]cfilter.pm - commant filter JMJS 02.1.31 1269
56  [HTML]ÀÚµ¿À¸·Î ´Ù¸¥ ÆäÀÌÁö À̵¿ JMJS 02.1.19 1146
55  Perl ¼³Ä¡Çϱâ - ActiveWare JMJS 02.1.16 1115
54  opendir , readdir , closedir JMJS 02.1.4 1148
53  rand_diff JMJS 01.10.23 1045
52  vcd2v.pl JMJS 15.8.25 1162
51  file upload JMJS 01.3.16 1040
50  umask(070) <- chmod o-rwx Áø¼º 01.3.16 1232
49  head2index Áø¼º 01.3.15 944
48  grep.pl JMJS 11.1.20 1054
47  chr(13) = \M Áø¼º 01.3.15 961
46  stty JMJS 01.3.12 1068
45  des.pl JMJS 01.3.8 971
44  chr_plus.pl JMJS 01.3.8 986
43  test JMJS 09.7.20 901
42  test JMJS 09.7.20 1095
41  test JMJS 09.7.20 922
40  vec JMJS 01.3.8 1155
39  chomp $_ @_ say defined use 5.010 state grep any ... JMJS 18.10.27 1045
38  [Perl Tk] µµ½ºÃ¢ ¾øÀÌ, ÆÞ Tk ½ºÅ©¸³Æ® ½ÇÇàÇϱâ; ... JMJS 17.9.30 988
37  @bs = sort {$a <=> $b} @as; JMJS 17.7.12 1105
36  if ( -e -z -s -f -d -T -B -M ) JMJS 16.3.10 1143
35  mkmm.pl - make freemind JMJS 12.5.22 1131
34  perl -pi.orig -e "s/\bu_(\w+_t)\b/u$1/g" *.c JMJS 11.8.26 1133
33  .xls output csv ÆÄÀÏ¿¡ \n "°¡ ÀÖÀ»¶§ JMJS 11.4.13 1031
32  jdcat.pl juncat.pl JMJS 11.2.24 1138
31  print chr(ord('a')); JMJS 01.3.8 1066
30  require "/user/home/jin1/jin1.pm"; JMJS 00.11.28 1004
29  for(my $i=0; $i < @abc; $i ++) {} JMJS 00.11.15 1099
28  remove blank $abc =~ s/[\s]+//g; JMJS 00.11.15 1049
27  array and for JMJS 00.11.14 910
26  È¨ÆäÀÌÁö ÀÚµ¿ À̵¿ JMJS 00.10.28 972
25  html¿¡¼­ ¾²ÀÌ´Â ±âȣǥ½Ã¹æ¹ý JMJS 00.9.30 919
24  ¹è¿­ÀÇ ¹üÀ§ ¿¬»êÀÚ JMJS 00.9.20 1147
23  for(1..3) { print "$_";} JMJS 09.4.24 937
22  package JMJS 00.9.18 958
21  ÁÙ¿¡¼­ ÇѱÛÀÚ °íÄ¡±â JMJS 00.8.7 1024
20  hotkey function by getc JMJS 00.7.21 1087
19  read, sysread, syswrite JMJS 00.7.21 1863
18  crypt JMJS 00.7.13 1113
17  csv2gan.pl JMJS 11.4.4 1223
16  hexa JMJS 00.7.7 1076
15  file in out.pl JMJS 00.7.5 1205
14  ARGV JMJS 00.7.5 1080
13  jtime.pm - localtime, timelocal JMJS 09.4.9 1471
12  @INC JMJS 00.7.5 1419
11  $#myarray JMJS 00.7.5 1156
10  Hash of Array JMJS 00.7.5 998
9  package JARRAY JHASH JMJS 00.7.4 1137
8  foreach, while each, dos2unix.pl, next last JMJS 09.4.24 1159
7  Ä¡È¯ ÀüÀÌ JMJS 00.7.4 988
6  file lock JMJS 00.7.4 1076
5  gettime JMJS 00.7.4 1078
4  [Perl]jcdread.pl JMJS 00.7.4 1164
3  [Perl]jdread.pl JMJS 00.7.4 1027
2  Hash Example JMJS 00.6.27 1078
1  DESTROY JMJS 09.7.20 1023
[1] [2]