comparison _test/temp.pl @ 83:74bae30eb25e

(no commit message)
author wizard
date Tue, 13 Apr 2010 20:27:56 +0400
parents
children 52eeec77504b
comparison
equal deleted inserted replaced
82:3a4205e7b663 83:74bae30eb25e
1 #!/usr/bin/perl
2
3 my @data = (1,2,3);
4
5 $data[4] = 4;
6
7 print @data;