Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    # test::Init();
    
    test::test(1,2,3,4);
    
  3. or download this
    # perl 5.8.8 output
    ./t1.pl
    ($[= 1) array has 4 elements, last index = 4
    ($[= 1) array has 4 elements, last index = 4
    
  4. or download this
    # perl 5.10
    $ ./t1.pl
    ($[= 0) array has 4 elements, last index = 3
    ($[= 0) array has 4 elements, last index = 3