Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

[HELP] Perl

Name: Anonymous 2009-01-28 19:20

I been trying to set up a wiki for personal use, but this WikiWord shit is the worst thing I've ever seen. Who's bright idea was to make links work like that? Anyways, the thing is in Perl I don't know shit about programming, let alone Perl. So I was wondering if you expert programmers have a suitable solution to my problem.

The only thing I want is a way to put a space between WikiWordLinksThatLookLikeThis.

I found these lines that change the way links look.
my $name = "ICANEDITSHITHERE";
 my $title = shift @_;
 -e "pages/$title"
  ? "<a href=\"wiki.cgi?$title\">$name<\/a>"
  : "<a href=\"edit.cgi?$title\">?<\/a>$title";
 }


So if I edit a page and put WikiWordShitLink and save, it'll show up as ICANEDITSHITHERE, provided that I am using the aforementioned code.

There's also this related code elsewhere in the file.

my $link = "[A-Z][a-z0-9]+([A-Z][a-z0-9]+)+";

my $page = $ENV{QUERY_STRING} =~ /^($link)$/


I don't know what to do, but I'd figure you expert programmers would. Source is here: http://leuf.net/ww/tww?WikiWaySources

Name: Anonymous 2009-01-28 21:41

No solution to my problem then? It's grown on me.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List