NAME Test::LeakTrace::JA - メモリリークを追跡する VERSION This document describes Test::LeakTrace version 0.17. SYNOPSIS use Test::LeakTrace; # simple report leaktrace{ # ... }; # verbose output leaktrace{ # ... } -verbose; # with callback leaktrace{ # ... } sub { my($ref, $file, $line) = @_; warn "leaked $ref from $file line\n"; }; my @refs = leaked_refs{ # ... }; my @info = leaked_info{ # ... }; my $count
NAME HTTP::Recorder - record interaction with websites SYNOPSIS This module is deprecated It works by tagging links in a page, and then when a link is clicked looking on the submitted tag to see which link was clicked It can not handle Javascript-created links or JS manipulation of the page so it works only for fairly static websites For better options check out Selenium Patchs are welcome, and I'
NAME Net::UPnP::AV::MediaServer - Perl extension for UPnP. SYNOPSIS use Net::UPnP::ControlPoint; use Net::UPnP::AV::MediaServer; my $obj = Net::UPnP::ControlPoint->new(); @dev_list = $obj->search(st =>'upnp:rootdevice', mx => 3); $devNum= 0; foreach $dev (@dev_list) { $device_type = $dev->getdevicetype(); if ($device_type ne 'urn:schemas-upnp-org:device:MediaServer:1') { next; } print "[$devNum] :
NAME Net::UPnP - Perl extension for UPnP SYNOPSIS use Net::UPnP::ControlPoint; my $obj = Net::UPnP::ControlPoint->new(); @dev_list = $obj->search(st =>'upnp:rootdevice', mx => 3); $devNum= 0; foreach $dev (@dev_list) { $device_type = $dev->getdevicetype(); if ($device_type ne 'urn:schemas-upnp-org:device:MediaServer:1') { next; } print "[$devNum] : " . $dev->getfriendlyname() . "\n"; unless ($dev-
NAME Net::Google::Calendar - programmatic access to Google's Calendar API SYNOPSIS # this will only get you a read only feed my $cal = Net::Google::Calendar->new( url => $private_url ); or # this will get you a read-write feed. my $cal = Net::Google::Calendar->new; $cal->login($username, $password); or # this will also get you a read-write feed my $cal = Net::Google::Calendar->new; $cal->auth($use
NAME ZooZ.pl - A Perl/Tk GUI builder in pure Perl/Tk. SYNOPSIS % perl ZooZ.pl DESCRIPTION ZooZ is a GUI builder for Perl/Tk written in pure Perl/Tk. It has the following features: Intuitive interface. Support for a wide variety of widgets. Ability to save/load projects. Ability to dump stand-alone Perl code. Ability to dump code as a Perl module in the form of a Perl/Tk mega widget. Includes a sim
NAME Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module VERSION Version 1.16 SYNOPSIS use Crypt::Rijndael; # keysize() is 32, but 24 and 16 are also possible # blocksize() is 16 $cipher = Crypt::Rijndael->new( "a" x 32, Crypt::Rijndael::MODE_CBC() ); $cipher->set_iv($iv); $crypted = $cipher->encrypt($plaintext); # - OR - $plaintext = $cipher->decrypt($crypted); DESCRIPTION This modu
Alastair Douglas Alexandr Ciornii Andreas Huber Andrew Grangaard Andy Lester Andy Lester <andy at petdance.com> Bernhard Wagner bscan Chase Whitener dakkar Dave Doyle David Precious David Steinbrunner dependabot[bot] Desmond Daignault Ed Avis Evan Zacks Ferenc Erki Flavio Poletti Florian Schlichting Gabor Szabo Gareth Tunley Gil Magno Graham Knop gregor herrmann Grigor Karavardanyan James Raspass
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く