?? author.pm
字號(hào):
# $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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -