DJ Adams

  • About Me
  • Blog
  • Feed

How can I access the entire URL in my plugin?

10 Apr 2003 | 1 min read

Use the CGI.pm module in the plugin:

use CGI qw/:standard/; $url = url(); $path_info = path_info()

You, unfortunately, can’t get to the #entry bit since that’s never sent to the Web server. That’s handled by the browser alone.

#blosxom #howto #plugin
← Why don't my readme file contents show up in my blog? Where do I have to put the Tiki.pm file for the tiki plugin to work? →
  • GitHub
  • YouTube
  • LinkedIn
  • Tweet Archive
  • Mastodon
  • Bluesky
  • RSS