To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Modperl/Examples: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 December 2011

  • curprev 13:3213:32, 17 December 2011DarthGandalf talk contribs 2,094 bytes +2,094 Created page with "== Example.pm == package Example; use strict; # # Create a constructor for the module sub new { my ( $classname ) = @_; my $self = {}; bless( $self, $classname..."