source:
trunk/essentials/dev-lang/perl/lib/Tie/Array/stdpush.t@
3184
| Last change on this file since 3184 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 146 bytes | |
| Line | |
|---|---|
| 1 | #!./perl |
| 2 | |
| 3 | BEGIN { |
| 4 | chdir 't' if -d 't'; |
| 5 | @INC = '.'; |
| 6 | push @INC, '../lib'; |
| 7 | } |
| 8 | |
| 9 | use Tie::Array; |
| 10 | tie @x,Tie::StdArray; |
| 11 | require "op/push.t" |
Note:
See TracBrowser
for help on using the repository browser.
