Help for this page

Select Code to Download


  1. or download this
    my $str = "//111.11.112.12/abc/main/myfolder/docs";
    my $replace = "something";
    $str =~ s#.+(?=/main)#$replace#";
    print "str now = $str";
    
  2. or download this
    str now = something/main/myfolder/docs