word中粘贴高亮的matlab代码-WWW-Pastebin-PastebinCom-API:WWW-Pastebin-PastebinCo

时间:2024-06-15 02:48:56
【文件属性】:

文件名称:word中粘贴高亮的matlab代码-WWW-Pastebin-PastebinCom-API:WWW-Pastebin-PastebinCo

文件大小:46KB

文件格式:ZIP

更新时间:2024-06-15 02:48:56

系统开源

单词中粘贴高亮的matlab代码名称 WWW :: Pastebin :: PastebinCom :: API-pastebin.com API的实现 概要 use WWW::Pastebin::PastebinCom::API; ##### Simple paste with all optional args at default values my $bin = WWW::Pastebin::PastebinCom::API->new( api_key => 'a3767061e0e64fef6c266126f7e588f4', ); print $bin->paste('Stuff to paste') || die "$bin"; ##### Private paste with all optional args set $bin = WWW::Pastebin::PastebinCom::API->new( api_key => 'a3767061e0e64fef6c266126f7e588f4', ); $bin->get_user_key(qw/ your_past


【文件预览】:
WWW-Pastebin-PastebinCom-API-master
----dist.ini(222B)
----README.md(33KB)
----t()
--------00-compile.t(1KB)
--------01-paste.t(6KB)
--------00-load.t(427B)
----Changes(1KB)
----INSTALL(1KB)
----examples()
--------paste.pl(409B)
--------get_user_info.pl(505B)
--------retrieve.pl(291B)
----LICENSE(18KB)
----xt()
--------author()
--------release()
----META.yml(11KB)
----Makefile.PL(1KB)
----MANIFEST(667B)
----README(407B)
----lib()
--------WWW()

网友评论