I've just installed Perl 5.8 and immediately found its not as compatible with Notetab (Pro or Light) as 5.6. It looks like each time document data is sent from...
199
Alec Burgess
alecb3ca
Apr 3, 2003 4:39 am
... Not recently. I've got Perl 5.8.1 (I needed it for latest version of PopFile.) I just ran the line-number demo (in Sample clips) and got a block character ...
200
Sheri
silvermoonwo...
Apr 3, 2003 4:00 pm
... Hi Alec, 5.8.1? Maybe you're mistaken, what does perl -v report? I got the latest one on the ActiveState as of yesterday, and mine says: This is perl,...
201
Sheri
silvermoonwo...
Apr 3, 2003 5:41 pm
... Found a way to apply it to the last record only, but still interested in better ideas: if (eof && $] > 5.006) { $badchar = chr(26); s/($badchar)$//; } ...
202
Grant MacKenzie
grantneilsonmac
Apr 7, 2003 7:15 pm
I am not sure about this but think this is a problem to do with the Byte Order Mark (BOM) used in unicode "in Perl 5.8 the Unicode model has completely...
203
Jody
notetabber
Apr 16, 2003 1:10 am
Hi All, I use a program called Agent Ransack just about daily and like it a lot. Dave, the author, made a shareware version of it called "FileLocator Pro"...
204
Piotr Bienkowski
syntaxpb
May 5, 2003 11:14 am
Hi, Some of you may have seen this on another list, but I still have the same problem. After changing my system to Windows XP Home Ed., when I execute a Perl...
205
Larry Hamilton
lm_hamilton
May 5, 2003 5:52 pm
Piotr, If any of your scripts use command.com, that WinNT/2K/XP equivalent is cmd.com. I also use WinXP Home and have had no real problems with Perl scripts...
206
Alan C.
acummingsus
May 5, 2003 6:57 pm
... <snip> ... Win 2k some Perl clip momentarily bring up a black command console window. But clip that's initiated via Ntab ^!Runperl not do that, instead...
207
Piotr Bienkowski
syntaxpb
May 5, 2003 7:37 pm
... This I know, but I don't know if NTP calls either one when the ^!RunPerl command is used. ... I do not have any other problems, either, but this black...
208
Piotr Bienkowski
syntaxpb
May 5, 2003 9:18 pm
... Hi Alan, Thanks for pointing me to wperl.exe. It is the right executable to stop the black window popping up. :) At last! Regards, Piotr...
209
Sheri
silvermoonwo...
May 12, 2003 12:29 pm
These clips can be viewed and copied without broken lines around http://groups.yahoo.com/group/ntb-scripts/messages/209?expand=1 All three clips should be...
210
acummingsus
May 12, 2003 9:25 pm
Hi Sheri, ... That line, near halfway down the _PerlRegScript, the line is truncated. Evidently yahgroup machinery decided it be someone's email address that...
211
Sheri
silvermoonwo...
May 13, 2003 1:05 am
Hi Alan, I made a few changes. Now passing the branch from clip to Perl via the document <STDIN>. Even after I got ARGV to work thanks to substituted...
212
acummingsus
May 13, 2003 5:55 am
All day havin trouble with my isp's mail sys. Cwnet isp in Sacramento California area spread the word around. Other than their mail their service is fine....
213
Sheri
silvermoonwo...
May 13, 2003 1:13 pm
Hi Alan, I hope your isp probs are improving... ... Prior to using multi-d arrays in the clip, I needed a separate Perl script to access values vs subbranches....
214
Sheri
silvermoonwo...
May 13, 2003 1:59 pm
... Hi Hugo, (I hope you don't mind, I am copying this reply to the scripts list. There is so little traffic there, I'm hoping your comments will encourage...
215
H.Paulissen@...
hugo_paulissen
May 13, 2003 2:17 pm
Sheri, ... Not at all... ... OK ... In a way you answered that already. I was not referring to the output being in a document, but to the actual output...
216
Sheri
silvermoonwo...
May 13, 2003 3:01 pm
Hi Hugo, ... Well, I guess if the particular registry-subvalue is the one a programmer makes use of, s/he knows what 1788889 means <G> It would be a constant...
217
Alan C.
acummingsus
May 14, 2003 8:03 am
On Tue, 13 May 2003 09:16:09 -0400, Sheri wrote: Hi Sheri and Hugo, ...
218
Alan C.
acummingsus
May 14, 2003 8:29 am
Woop woop I'm all excited! I just got Win32::TieRegistry to work! I found more about it http://www.xav.com/perl/site/lib/Win32/TieRegistry.html clicked on...
219
Sheri
silvermoonwo...
May 14, 2003 12:31 pm
Hi Alan, ... Hmmn. That one isn't supposed to be listing subs. You supply the sub, it lists the key names in a clip wizard. Were you running my "Test...
220
Sheri
silvermoonwo...
May 14, 2003 12:31 pm
Hi Alan, ... Congratulations! ... If by that you mean read a value using Perl instead on Notetab's ^$GetRegValue$, I was able to do it in my script (that...
221
Sheri
silvermoonwo...
May 14, 2003 2:29 pm
Hi Alan, OK, I tried your script and it worked fine. Then used my clip/script (now enhanced to use GetValue() when Notetab ^$GetRegValue$ returns an empty...
222
Sheri
silvermoonwo...
May 14, 2003 5:09 pm
Hi again, ... The following works (just change the regular clips to ^!RunPerl these alt versions instead of the other ones). It has all the same stuff in the...
223
Alan C.
acummingsus
May 15, 2003 7:19 pm
... Then what's a sub? I thought it be keys and *sub* keys as in Key: hkey_current_user\software92;myalancapps sub key underneath the above key: ...
224
Sheri
silvermoonwo...
May 16, 2003 4:08 am
Thanks Alan, From what you've said, I think that the regedit export file must be a little different in Win 2k than my 98. You should only see the names of...
225
Sheri
silvermoonwo...
May 16, 2003 10:23 am
Hi again Alan, Solved the problem of showing multi values such as the fonts entry for FooWriter. Have to refer to the valueString as an array if the data type...
226
Jody
notetabber
May 28, 2003 6:31 am
Hi RegExpEerts, Can somebody please write a script to do a list of ^!Replace commands swapping the Find with the Replace with side? I have another for...
227
Sheri
silvermoonwo...
May 28, 2003 11:50 am
Hi Jody, Is this what you're after? http://groups.yahoo.com/group/ntb-clips/messages/8866?expand=1 It interactively finds and replaces email addresses with...