DJ Adams

  • About Me
  • Blog
  • Feed

How do I detect the presence of another plugin?

05 Apr 2003 | 1 min read

All installed plug-ins:

keys %blosxom::plugins

All “on” plug-ins:

grep {$blosxom::plugins{$_} > 0} keys %blosxom::plugins

And if you’re interested in the order:

print join ', ', @blosxom::plugins

#blosxom #howto #plugin
← Where do I have to put the Tiki.pm file for the tiki plugin to work? Speaking at OSCON 2003 →
  • GitHub
  • YouTube
  • LinkedIn
  • Tweet Archive
  • Mastodon
  • Bluesky
  • RSS