win 32 process priority setting

2006-07-21 Thread Spencer_Lists
dump into my script and have its process priority set at high when the program runs. Or, is there a module that is a little easier to figure out? -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542 Postal service only. Laytonville, CA

perl upgrade and tk

2006-05-12 Thread Spencer_Lists
reinstalling the old perl unless there are better options. -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542 Postal service only. Laytonville, CA 95454 UPS only. [EMAIL PROTECTED] http://www.spencerserolls.com http

tk problem with 5.8.8 upgrade

2006-05-12 Thread Spencer_Lists
list->insert('end',$temp[0]),; } $mainlist->selectionSet($init_array[2]); $mainlist->see($init_array[2]); $selected = $mainlist->curselection; p.s. I have told the e-mail client to make this plain text. It is beyond my control if it arrives as

Re[4]: accurate timing in windows

2006-03-29 Thread Spencer_Lists
27;ll search around CPAN but I think I might have looked before without finding anything. Wednesday, March 29, 2006, 3:02:07 PM, you wrote: > On Wed, 29 Mar 2006, Spencer_Lists wrote: >> I am not really concerned with minimum resolution. I do not need >> intervals less than 25 ms b

Re[2]: accurate timing in windows

2006-03-29 Thread Spencer_Lists
ame > priority as yourself. > Of course the whole concept of using sleep() to achieve high precision > timings on a multi-tasking OS is kind of bogus anyways, at least at > the application layer. > Cheers, > -Jan -- Best regards, Spencer_Lists Chasema

Re[2]: accurate timing in windows [multimedia timers]

2006-03-29 Thread Spencer_Lists
itory.  But there seems to be issues with building Poe on Win32 so... beware.  If you're not already using Randy Kobes' PPM repository, see: http://theoryx5.uwinnipeg.ca/ppms/  Regards, ... Dewey Spencer_Lists <[EMAIL PROTECTED]>  Sent by: [EMAIL PROTECTED]  03/29/20

accurate timing in windows

2006-03-29 Thread Spencer_Lists
r() . "\n" and $midi_obj->reset_error(); $notearray[$note] = 0; sleep($offdur/1000); } } -- Best regards, Spencer_Lists Chase mailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542 Postal service only. Laytonville, CA 9

Re[2]: [PMX:VIRUS] Fw: Picturs

2006-02-27 Thread Spencer_Lists
TECTED] > - Chris -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542Postal service only. Laytonville, CA 95454UPS only. [EMAIL PROTECTED] http://www.spencerserolls.com http://www.spencerserolls.com/MidiValve.htm (707)

TK question

2006-02-07 Thread Spencer_Lists
; $c -> -> bind($poly0, "", sub {send_note_off (0)}); -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542 Postal service only. Laytonville, CA 95454 UPS only. [EMAIL PROTECTED] http://ww

grep question

2006-01-16 Thread Spencer_Lists
nce of a file in a folder? my @files = <$path/*>; my $file_exists = 1 if (grep/$newname/,@files); -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542 Postal service only. Laytonville, CA 95454 UPS only. [EMAIL PROTECTED

excel mods from perl

2006-01-03 Thread Spencer_Lists
experiment with so I don't have to explore a bunch that might not have the methods I need. Specifically, I want to insert hyperlinks into cells automatically based on the text in the cell. -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garbervill

console echo

2005-12-04 Thread Spencer_Lists
s $string\n" if($list[1] == 1); } print "\nDONE"; exit; -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542 Postal service only. Laytonville, CA 95454 UPS only. [EMAIL PROTECTED] http://www.spencerserolls.com http://www.spe

Re: [OT] copy/paste editors (was: strangeness with if blocks)

2005-05-16 Thread Spencer_Lists
riate (or is it even possible) with this group. Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542Postal service only. Laytonville, CA 95454UPS only. [EMAIL PROTECTED] http://www.spencerserolls.com http://www.spencerserolls.com/Mid

Re[2]: strangeness with if blocks

2005-05-16 Thread Spencer_Lists
$on_off_time_array3[$note] = $newtime; my @replace = ( 'note_on', $newtime, $channel, $note, 0 ); # replacement previous off event ${ $tracks->[$i]->events_r }[ $notearray3[$note] ] = undef; push ( @{ $tracks->[$i]-

strangeness with if blocks

2005-05-15 Thread Spencer_Lists
${ $tracks->[$i]->events_r }[ $notearray3[$note] ] = undef unless $noroom; } } -- Best regards, Spencer_Lists Chase mailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542 Postal service only. Laytonville, CA 95454 UPS only. [EMAIL P

general question

2005-04-28 Thread Spencer_Lists
write scripts for automating my record creation and management. After using perl for about 3 years, it is difficult to imagine how I could have lived without it. -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542 Postal service only

strict and warnings

2005-04-17 Thread Spencer_Lists
ng this? I will make backup copies before letting the script loose. If anyone is interested, I'll post the script, as bad as it is. -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542 Postal service only. Laytonville, CA 95454 U

Re[2]: [OT] Spam to list

2005-04-04 Thread Spencer_Lists
ajor effort to find what the the morons are trying to add. -- Best regards, Spencer_Lists Chase mailto:[EMAIL PROTECTED] 67550 Bell Springs Rd. Garberville, CA 95542Postal service only. Laytonville, CA 95454UPS only. [EMAIL PROTECTED] http://www.spencerserolls.com http://www

tk without a command line window?

2005-04-03 Thread Spencer_Lists
Greetings perl-win32-users, Any ideas on how to suppress the DOS command box when running a TK application? It is especially important when using PerlApp to make an executable. Please be specific I am a novice. -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] 67550 Bell

restraining grep

2005-03-31 Thread Spencer_Lists
actly match an element of an array. -- Best regards, Spencer_Lists Chasemailto:[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.spencerserolls.com http://www.spencerserolls.com/MidiValve.htm ___ Perl-Win32-Users mailing list Perl-Win32-