[Catalyst] post processing filter in Catalyst apps
Dimitar Petrov
mitakaa at gmail.com
Mon Feb 20 08:12:51 GMT 2017
Why don't you create a symlink verXXX to images at your server?
Cheers
> Hi , I was able to do so in Controller/Root.pm sub end : Private { my ($self, $c) = @_; $c->forward('render') unless $c->res->output ; $c->fillform($c->stash->{fillindata}) ; >>>> my $body = $c->response->{body}; >>>> $body =~ s#/static/#/static/ver8291/#g ; >>>> $c->response->output($body); } Thanks. Regds
More information about the Catalyst
mailing list