[RFC]RTMP::Client

2011-07-21 Thread
Hello all - I've written a new module called RTMP::Client that I'm planning to put on CPAN. Take a look at the documentation and tell me what you think. thank you for your time. NAME RTMP::Client - Very Simle RTMP client SYNOPSIS use RTMP::Client qw(rtmp_connect rtmp_play rtmp_call);

Re: [RFC] Mediainfo

2011-06-17 Thread
Is that mean something looks like $obj->fps() ? 在 2011年6月17日 下午4:49,陈钢 写道: > what does "accessor interface" mean? > > > > > 2011/6/17 brian d foy > >> [[ This message was both posted and mailed: see >> the "To," "Cc," and &qu

Re: [RFC] Mediainfo

2011-06-17 Thread
what does "accessor interface" mean? 2011/6/17 brian d foy > [[ This message was both posted and mailed: see > the "To," "Cc," and "Newsgroups" headers for details. ]] > > In article , ��谨 > wrote: > > > I've modified the module for provide an accessor interface instead of > hash > > last n

Re: [RFC] Mediainfo

2011-06-16 Thread
o_length}, "\n"; print $foo_info->{audio_bitrate}, "\n"; print $foo_info->{audio_rate}, "\n"; print $foo_info->{have_video}, "\n"; print $foo_info->{have_audio}, "\n"; AUTHOR Written by ChenGang, yikuyiku@gmail.com CO

Re: [RFC] Mediainfo

2011-06-16 Thread
I agree "Media::Info" is a greate idea.That`s just what i want. Thk for that idea. I think the module may be base on "Mediainfo" in the video section. I will get that done later. I think "Mediainfo" is another thing which focus on videos. It`s just a perl interface of the great software called "Me

[RFC] Mediainfo

2011-06-16 Thread
Hello all - I've written a new module called Mediainfo that I'm planning to put on CPAN. Take a look at the documentation(produced by pod2text) and tell me what you think. thank you for your time. NAME Mediainfo - Perl interface to Mediainfo SYNOPSIS use Mediainfo qw(mediainfo);

Re: Requesting a CPAN Author ID

2011-06-08 Thread
tks, Namespace Register request submitted successfully. :) 在 2011年6月8日 下午10:04,陈钢 写道: > https return "401 Authorization Required". > I took http instead, all right? > > 2011/6/8 brian d foy > >> [[ This message was both posted and mailed: see >> the &qu

Re: Requesting a CPAN Author ID

2011-06-08 Thread
https return "401 Authorization Required". I took http instead, all right? 2011/6/8 brian d foy > [[ This message was both posted and mailed: see > the "To," "Cc," and "Newsgroups" headers for details. ]] > > See https://pause.perl.org/pause/authenquery?ACTION=request_id > > :) > > -- > brian

Requesting a CPAN Author ID

2011-06-07 Thread
• name: Chen Gang • e-mail: yikuyku@gmail.com • home page: http://blog.yikuyku.com • preferred Author ID: CHENGANG • plan to contribute to CPAN: a module extending system() to allow timeout after specified seconds,log in file, now. some modules on video detection and video processing, later. t

Re: [RFC] System::Timeout

2011-06-02 Thread
I have thought about it, maybe you are right in many cases. But overloading Perl built-in is just wanted in some situations also. So I update the module last ngiht. Now the module have two sub named "system" and "system_ex", users can take what they prefer. Thanks for your advice. 2011/6/2 brian d

Re: [RFC] System::Timeout

2011-05-31 Thread
This module is to help people handle these things. I guess some lazy boys want the module maybe.It`s really troublesome adding a alarm() after every system(), especially in a exist big program. This module will handle everything, include timeout, local %SIG,$@,right exit code,etc. Boys only use Sys

[RFC] System::Timeout

2011-05-30 Thread
Hello all - I've written a new module called System::Timeout that I'm planning toput on CPAN. Take a look at the documentation(produced by pod2text) and tell me what you think. thank you for your time. NAME System::Timeout - Extend to Allow Timeout after specified seconds SYNOPSIS