⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 author.pm

📁 网页留言本,比一般的留言簿管用
💻 PM
字号:
# $Id: Author.pm 4532 2004-05-11 05:15:40Z ezra $package XML::Atom::Author;use strict;use base qw( XML::Atom::Thing );sub element_name { 'author' }1;__END__=head1 NAMEXML::Atom::Author - Author or contributor object=head1 SYNOPSIS    my $author = XML::Atom::Author->new;    $author->email('foo@example.com');    $author->name('Foo Bar');    $entry->author($author);=head1 DESCRIPTIONI<XML::Atom::Author> represents an author or contributor element in anAtom feed or entry.=cut

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -