RE: Foo (Bar)---I now see the light! (Or that which is made lig ht of)

2004-09-09 Thread Ichim, Adrian N.
Have a look at the Jargon File (google for an updated version). A foobar-specific link is http://www.catb.org/%7Eesr/jargon/html/F/foobar.html Adrian Ichim -Original Message- From: jason corbett [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 8:14 PM To: perl

RE: Microsoft Word and Perl

2004-06-14 Thread Ichim, Adrian N.
snip my $newdoc = $word-ActiveDocument; foreach my $obj_Story ($newdoc-StoryRanges ){ $obj_Story-Fields-{Update}; == Cannot find object while ($obj_Story-NextStoryrange != ){ $obj_Story = $obj_Story-NextStoryRange;

RE: Incrementing count

2004-03-30 Thread Ichim, Adrian N.
- Original Message - From: [EMAIL PROTECTED] To: Sent: Monday, March 29, 2004 6:20 AM Subject: Incrementing count I'm sorry, the previous subject should have been changed. My apologies. while (FILE) { $counter++; } I know this is probably simple, but how

RE: Microsoft Services for UNIX/LINUX

2004-01-06 Thread Ichim, Adrian N.
What I would like to do is to enable users to simply map UNIX-based drives on which their applications reside, and then click on selected applications (since most of them are used to the Microsoft point-and-click or Run tool). I was wondering if anyone on this list have had any luck

RE: Encrypting PERL source code...

2003-12-02 Thread Ichim, Adrian N.
-Original Message- From: [EMAIL PROTECTED] Can anyone suggest where I might be able to find (hopefully a freeware or shareware script..) a program that runs either on a windows system or a PERL script that would encrypt a perl script by doing such things as removing whitespace,

RE: Off-Topic (200%) - Where are you from?

2001-11-14 Thread Ichim, Adrian
Ploiesti, Romania, Europe. Adrian Ichim Network administrator, Timken Romania ** This message and any attachments are intended for the individual or entity named above. If you are not the intended recipient, please do not

How do I copy a tape from one drive to another ?

2001-06-29 Thread Ichim, Adrian
Hi all, Assuming I have a computer with two identical tape drives, I want to copy the contents of a tape from one unit to the other. This should work under Windows NT Server. I know that under Unix I could use dd, but is there a way I can have access to the Windows tape device from Perl, in

RE: Remote control

2001-06-22 Thread Ichim, Adrian
You should try VNC. It is not exactly a remote control tool, but it may be used to this purpose. It is free (GPL) software, cross-platform and it has good support from the user community. Check www.uk.research.att.com/vnc . Adrian Ichim Network administrator, Timken Romania phone: +(40) 44

RE: binaries of DBI, DBD::mysql, CGI

2001-06-18 Thread Ichim, Adrian
You may try the free version of the Borland C++ compiler. You can download the free Turbo Debugger and lots of help files, too. Check http://www.borland.com/bcppbuilder/freecompiler. However, Activestate has lots of binaries for ActivePerl that can be downloaded and installed via PPM (Perl