Header

  1. View current page

    aero님의 노트

Profile_img_60x60_01
1

test

my @a=(1,2,3);

dfadfa

adfsfas

 

my @a;
if (@a) { print "check 1\n"; }
@a=(1,2);
if (@a) { print "check 2\n"; }

 

my @a;
if (@a) { print "check 1\n"; }
@a=(1,2);
if (@a) { print "check 2\n"; }

History

Last edited on 06/01/2008 22:11 by aero

Comments (0)

You must log in to leave a comment. Please sign in.