Using Time::Localtime module

2001-12-04 Thread Joe Slaven
Has anyone an example of using Time::Localtime module to print out the date and time to the nearest second in the format: : sec:min:hour (am/pm) Thurs 2nd Dec 2001 Thanks, Joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Printing continuously on a single line

2001-12-04 Thread Joe Slaven
I have a time /date routine which displays time to the nearest second. Can anyone advise on how I can loop the sprint statement so that it appears on the same line each time, but with the seconds ticking over ie., only one line of display shows while the loop runs, rather than scrolling down t

Can Perl display .gif files and .wav files

2002-01-10 Thread Joe Slaven
I know that Perl is mainly for text file manipulation I wish to display a .gif file when a key is pressed, and then run a .wav file while it is on display, until such time as the next key is pressed. Can Perl do this? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Using Win32::sound module

2002-01-19 Thread Joe Slaven
Would anyone please provide an example of how to use Win32::Sound module to play and stop a sound.wav file? The Synopsis uses Win32::Sound::Play("file.wav"); but I am not sure how to assign this to a variable, and then make it play the sound. My kind regards, Joe email: [EMAIL PROTECTED]

Using Win32::sound module

2002-01-19 Thread Joe Slaven
Would anyone please provide an example of how to use Win32::Sound module to play and stop a sound.wav file? The Synopsis uses Win32::Sound::Play("file.wav"); but I am not sure how to assign this to a variable, and then make it play the sound. My kind regards, Joe email: [EMAIL PROTECTED]