Help for this page

Select Code to Download


  1. or download this
    PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl
    +5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 test.pl
    ...
    Attempt to free unreferenced scalar at test.pl line 513.
    make: *** [test_dynamic] Segmentation fault (core dumped)
    Exit 2
    
  2. or download this
    ok 35
    ok 36
    ...
    not ok 42
    make: *** [test_dynamic] Segmentation fault (core dumped)
    Exit 2
    
  3. or download this
    899: #
    900: # Check names.
    ...
    903:   my $names = $_[0];
    904:   my $i = 1;
    905:   my $name = $names->[0];
    
  4. or download this
    801:       _checkNSNames(\@_);
         and
    813:       _checkNSNames(\@_);
    
  5. or download this
               _checkNSNames([ @_ ]);