/[webpac]/branches/hidra/all2xml.pl
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 /branches/hidra/all2xml.pl

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

revision 254 by dpavlin, Mon Mar 8 21:24:16 2004 UTC revision 258 by dpavlin, Thu Mar 11 18:20:19 2004 UTC
# Line 292  sub data2xml { Line 292  sub data2xml {
292                                  }                                  }
293                                  # type="swish" ; field for swish                                  # type="swish" ; field for swish
294                                  if ($swish) {                                  if ($swish) {
295                                          my $tmp;                                          my $tmp = $swish;
296                                          if ($filter && ($s || $se)) {                                          if ($filter && ($s || $se)) {
297                                                  no strict 'refs';                                                  no strict 'refs';
298                                                  $tmp = join(" ",&$filter($swish)) if ($s || $se);                                                  $tmp = join(" ",&$filter($tmp)) if ($s || $se);
299                                          }                                          }
300    
301                                          $tmp = chk_eval($tmp);                                          $tmp = chk_eval($tmp);

Legend:
Removed from v.254  
changed lines
  Added in v.258

  ViewVC Help
Powered by ViewVC 1.1.26