Help for this page

Select Code to Download


  1. or download this
    $dirfilename = $url;
    $dirfilename = s|http://foo.bar.com/||;
    
  2. or download this
    $dirfilename = $url =~ s|http://foo.bar.com/||;