Help for this page

Select Code to Download


  1. or download this
    my $referer_url = "@{[ $q->url ]}";
    
  2. or download this
    my $url = $q->url;
    
  3. or download this
    my $url = decode_utf8 $q->url;