Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "RewriteMap" page has been changed by newacct.
http://wiki.apache.org/httpd/RewriteMap?action=diff&rev1=5&rev2=6

--------------------------------------------------

  
  while(<STDIN>)
  {
- chomp($_);
+ chomp;
+ print join '/', reverse split /\./, "/\n";
- my @lables = split(/\./);
- @lables = reverse @lables;
- foreach my $label (@lables) {
-       $path .= $label . "/";
-       }
- print $path . "\n";
  }
  }}}
  

Reply via email to