Help for this page

Select Code to Download


  1. or download this
    $_ = 'http://www.foo.com/';
    s/^http:\/\/(.*)\/(.*)/http:\/\/123.1.34.107:8080\/Web/;
    ...
    $_ = 'http://www.foo.com/';
    s[^http://(.*)(.*)][http://123.1.34.107:8080];
    print("$_\n");
    
  2. or download this
    http://123.1.34.107:8080/Web
    http://123.1.34.107:8080