play sounds

2008-07-02 Thread Jennifer G.
Hi, How to make a perl program under windows to play sounds? thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: play sounds

2008-07-03 Thread Jennifer G.
Thanks all for the good info. I have resolved the problem. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

week in a year

2008-04-02 Thread Jennifer G.
How do I know this day is in NO. which week in this year? for example, Jan 1 is in the no.1 week of this year. but how about the current day? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

about a statement

2008-04-16 Thread Jennifer G.
what's this statement? eval { require MIME::Base64; require Authen::SASL; } or $self->set_status(500, ["Need MIME::Base64 and Authen::SASL todo auth"]), return 0; why ', return 0' can be used? I think maybe it should be ';' instead of ',' . Can I rewrite it as below? eval { req