文件名称:word中粘贴高亮的matlab代码-WWW-Pastebin-PastebinCom-API:WWW-Pastebin-PastebinCo
文件大小:27KB
文件格式:ZIP
更新时间:2024-06-15 02:49:27
系统开源
单词中粘贴高亮的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
----t()
--------01-paste.t(6KB)
--------00-load.t(427B)
----lib()
--------WWW()
----Changes(1KB)
----dist.ini(235B)
----examples()
--------retrieve.pl(291B)
--------paste.pl(421B)
--------get_user_info.pl(505B)
----README.md(31KB)
----.gitignore(75B)