Mercurial > pidgin
changeset 6603:21084026030b
[gaim-migrate @ 7127]
Gah. Fix.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 24 Aug 2003 05:07:30 +0000 |
parents | 76683fe3c96d |
children | 693262ed19dc |
files | doc/PERL-HOWTO.dox |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 = "";