diff _test/temp.pl @ 83:74bae30eb25e

(no commit message)
author wizard
date Tue, 13 Apr 2010 20:27:56 +0400
parents
children 52eeec77504b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_test/temp.pl	Tue Apr 13 20:27:56 2010 +0400
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+
+my @data = (1,2,3);
+
+$data[4] = 4;
+
+print @data;
\ No newline at end of file