view _test/temp.pl @ 84:e568c7c8b743

Minor changes to the test infrastructure
author wizard
date Wed, 14 Apr 2010 17:38:11 +0400
parents 74bae30eb25e
children 52eeec77504b
line wrap: on
line source

#!/usr/bin/perl

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

$data[4] = 4;

print @data;