in reply to Re^2: Need to Create an Array of Differences
in thread Need to Create an Array of Differences
sorry ... is impossible to see in my previous message the -> [] then with square brackets visible is : sub diff_2 { my @diff = grep /[[^@{$_[0]]}]/, @{$_[1]}; return \@diff; } Marco
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need to Create an Array of Differences
by xtype (Deacon) on Feb 08, 2005 at 16:49 UTC |