# HG changeset patch # User Christian Hammond # Date 1061701650 0 # Node ID 21084026030b353670c70b27b5159f36cb8c7547 # Parent 76683fe3c96d44ddaa338dcb94fadbca92b367e2 [gaim-migrate @ 7127] Gah. Fix. committer: Tailor Script diff -r 76683fe3c96d -r 21084026030b doc/PERL-HOWTO.dox --- a/doc/PERL-HOWTO.dox Sun Aug 24 05:04:08 2003 +0000 +++ b/doc/PERL-HOWTO.dox Sun Aug 24 05:07:30 2003 +0000 @@ -11,7 +11,7 @@ preference panes for perl scripts will be possible. @endsection - @section Writing your first perl script + @section first-script Writing your first perl script Enough of that. You want to know how to write a perl script, right? First off, we're going to assume here that you are familiar with perl. Perl @@ -150,7 +150,7 @@ Gaim::debug_info("my perl plugin", "Account " . $account->get_username() . " signed on.\n"); } - + sub plugin_load { my $plugin = shift; my $data = "";