Help for this page

Select Code to Download


  1. or download this
    #!/tool/bin/perl -w
    use lib '/home/user_foo/perl_modules/lib/perl5';
    ...
    my @uniq_test_array = uniq(@test_array);
    
    printf("\@uniq_test_array = @uniq_test_array\n");
    
  2. or download this
    @uniq_test_array = 1 2 3 4
    
  3. or download this
    #!/tool/bin/perl -w
    use lib '/home/user_foo/perl_modules/lib/perl5';
    use List::MoreUtils qw(uniq);
    use File::Copy;
    
  4. or download this
    /tool/bin/perl: symbol lookup error: /home/user_foo/perl_modules/lib/p
    +erl5/x86_64-linux/auto/List/Util/Util.so: undefined symbol: Perl_gv_i
    +nit