Help for this page

Select Code to Download


  1. or download this
    if ($this_portion_of_string_is_a_url) {
      $this_portion_of_string_is_a_url =
        qq(<a href="$this_portion_of_string_is_a_url">$this_portion_of_str
    +ing_is_a_url</a>);
    }
    
  2. or download this
    sub make_URL_href($){
        my( $url ) = @_;
    ...
        }
        return $url;
    }