On Mon, 30 Aug 2004, Estevam Henrique Carvalho wrote:
Does anybody have a sample ?
A sample of a perl redirector rewriting http:// to https://?
#!/usr/bin/perl -p
BEGIN { $|=1; }
# Rewrite http: to https:
s%^http:%https%;Regards Henrik
On Mon, 30 Aug 2004, Estevam Henrique Carvalho wrote:
Does anybody have a sample ?
A sample of a perl redirector rewriting http:// to https://?
#!/usr/bin/perl -p
BEGIN { $|=1; }
# Rewrite http: to https:
s%^http:%https%;Regards Henrik