/[webpac2]/trunk/lib/WebPAC/Normalize/Set.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Normalize/Set.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 485 by dpavlin, Sat May 13 12:37:25 2006 UTC revision 486 by dpavlin, Sun May 14 11:06:52 2006 UTC
# Line 276  Joins walues with some delimiter Line 276  Joins walues with some delimiter
276    
277  sub join_with {  sub join_with {
278          my $d = shift;          my $d = shift;
279          return join($d, @_);          return join($d, grep { defined($_) && $_ ne '' } @_);
280  }  }
281    
282  # END  # END

Legend:
Removed from v.485  
changed lines
  Added in v.486

  ViewVC Help
Powered by ViewVC 1.1.26