source: trunk/essentials/dev-lang/perl/lib/Tie/Array/stdpush.t

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 146 bytes
Line 
1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '.';
6 push @INC, '../lib';
7}
8
9use Tie::Array;
10tie @x,Tie::StdArray;
11require "op/push.t"
Note: See TracBrowser for help on using the repository browser.