Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    my @undefsRemoved = grep defined(), @found;
    
    print for @undefsRemoved;
    
  2. or download this
    c:\test>junk
    Use of uninitialized value $found[12] in join or string at C:\test\jun
    +k.pl line 15, <> line 178691.
    ...
    Use of uninitialized value $found[18] in join or string at C:\test\jun
    +k.pl line 15, <> line 178691.
    Use of uninitialized value $found[19] in join or string at C:\test\jun
    +k.pl line 15, <> line 178691.
    could|someone|recommend|aw|or|king|perl|module|to|split|concatenated|w
    +ords||||||||
    
  3. or download this
    my @undefsRemoved = grep defined(), @found;