Perl

Moderators: Jonathan
Number of threads: 1236
Number of posts: 3605

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Calling another Exe Posted by skeeterbug on 7 Jun 2003 at 10:58 AM
Does perl have a built in function to make the system speaker beep?
If not how do you call another exe file? Thanks!
-Skeeter
Report
Re: Calling another Exe Posted by Jonathan on 7 Jun 2003 at 4:12 PM
This message was edited by Jonathan at 2003-6-7 16:13:45

: Does perl have a built in function to make the system speaker beep?
Don't believe there is a built in function, but there is a CPAN module:-
http://search.cpan.org/author/GIULIENK/Audio-Beep-0.10/Beep.pm

Oh man...look at the example...
my $beeper = Audio::Beep->new();
Sorry, it's just gone midnight and that line of code has cracked me up...

: If not how do you call another exe file? Thanks!
Try system('command');. Alternatively there is exec, or you can open a pipe to/from it depending on whether you want to pipe data in our out, or put the name of the command between `backticks`. ONLY use backticks if you want to harvest the return value of the program, otherwise it's a waste of resources.

BEEEEEP,

Jonathan

###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");






 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.