Re: Win32::RASE V.1.00 question . . . .

2000-12-08 Thread Alloun, Jonathan
Hello All, I am new to Perl and I am trying to connect to a Windows 95 machine that is standalone (not on a network) using the Win32::RASE module. I have installed all the relevant modules to make Win32::RASE work. I am using ActivePerl from ActiveState version 522. I have deselected the chec

Re: Getting date from a file and writing data to a file . . .

2000-12-13 Thread Alloun, Jonathan
Hello, There is a file with the following info: H23234 2000.12.11 00.15.00 10.254.345.345 H54544 2000.12.12 06.15.00 10.254.345.456 --- = year mm = month dd = day hh = hour mm = minutes ss = seconds >From a perl script I need to read the

Re: Comparing dates

2000-12-14 Thread Alloun, Jonathan
Hello, Is there a module out there that will compare two dates?? For example: (date format is dd mm ) I have one date in a file: 10 12 2000 and another passed into the script which I have formatted as 11 12 2000 I need to check that the date in the file is less than the one passed into t

RE: Calling a PERL script within a PERL script

2000-12-14 Thread Alloun, Jonathan
Hello, I need to call a PERL script from within a PERL script. What is the best way to do this??? The script I will call will need to be passed some parameters as well. Thanks in advance, Jonathan ** This email and any files

Re: masks earlier declaration in same scope

2001-01-02 Thread Alloun, Jonathan
Title: Re: masks earlier declaration in same scope Hello, I have a parameter my $name0 = "c:/test"; $name0 is used for opening a file throughout my program. I have used it more than once and therefore it says that $name0 masks earlier declaration in same scope.

RE: masks earlier declaration in same scope

2001-01-02 Thread Alloun, Jonathan
Title: RE: masks earlier declaration in same scope Chuck, Thanks for your help but I probably did not make it clear that I chose to use the same name since I am appending to the same file. Why I am having to open it many times, because I am calling different modules within the

RE: masks earlier declaration in same scope

2001-01-02 Thread Alloun, Jonathan
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 6:53 PM To: Alloun, Jonathan; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: masks earlier declaration in same scope Jonathan, The my declaration for a variable such as should appear only once in a given scope.  After

Re: Runtime Error with Win32::RASE . . .

2001-01-04 Thread Alloun, Jonathan
Title: Re: Runtime Error with Win32::RASE . . . Hello, I am using the Win32::RASE module to connect via a modem to another PC. All is working fine but occasionally the Perl program does not connect and brings back the error: Error : Runtime exception The RASE functi

Re: Archiving of files . . .

2001-01-09 Thread Alloun, Jonathan
Title: Re: Archiving of files . . . Hello, I have a Perl program that keeps a log every time the script is run. I need to archive this log every two weeks. What is the best way to run pkzip so all the files within a particular directory get archived?? Or perhaps there is a pk

Re: Mail::Sender

2001-02-02 Thread Alloun, Jonathan
Title: Re: Mail::Sender Hello, I would like to pass this by you all and perhaps someone out there has also experienced this. When I send an e-mail with Mail::Sender, sometimes the repepiant receives an e-mail and at other times they do not??? I have been looking at the code and find not

Re: Check if a process is running????

2001-02-05 Thread Alloun, Jonathan
Title: Re: Check if a process is running Hello, I am using Activestate's Perl 5.6 version and before I run my Perl script I need to check if there already is a process running?? I will be scheduling the Perl script with Winat but before the script is run, I want to make sure there is n

Re: Regular Expression . . . . .

2001-02-14 Thread Alloun, Jonathan
Title: Re: Regular Expression . . . . . Hello, I have a file name which I am looking for in the list, made up of: CSFdddnn.xx where 'ddd' is the day i.e. MON, TUE...SUN 'nn' is a number from 01-31 'xx' is a number from 00-99 I have been playing with the atta

RE: Regular Expression . . . . .

2001-02-14 Thread Alloun, Jonathan
Title: RE: Regular Expression . . . . . if ( $file =~ /(^CSF(?:MON|TUE|WED|THU|FRI|SAT|SUN)(?:0[1-9]|[12]\d|3[01]) \.\d\d$/ ) { Hello David, Many thanks for your advice but I have modified your sugestion as it would not pick up 10-19 and 20-29 and I also found a missing brac

Re: Mapping a network drive from Perl

2001-06-19 Thread Alloun, Jonathan
Title: Re: Mapping a network drive from Perl Hello, I would like to be able to map a network drive from within Perl. The server I am mapping the drive from is a Red Hat Linux box where I am first trying to get 'Samba' working. Two questions: 1. Has anyone had success

Re: Error when installing Date-Calc-4.3.tar.gz . . . . .

2001-06-26 Thread Alloun, Jonathan
Title: Re: Error when installing Date-Calc-4.3.tar.gz . . . . . Hello, I have tried to install this module from CPAN following these steps: Unziped the module into a directory. From that directory I typed : 'perl makefile.pl' It returns: C:\Perl\libnet\date\Dat

Re: Installing Microsoft ODBC driver for Oracle 8i

2001-06-28 Thread Alloun, Jonathan
Title: Re: Installing Microsoft ODBC driver for Oracle 8i Hello, I am not getting too far installing the ODBC driver from Microsoft for ORACLE. I have been looking at Q175018 off the Microsoft support web site. I have downloaded the MDAC 2.1.1.4202.3 (GA) and installed it

Minimizing the command window when a Perl script runs . . . . .

2001-07-02 Thread Alloun, Jonathan
Title: Minimizing the command window when a Perl script runs . . . . . Hello, Is it possible using Perl or by means of another method, to program the command prompt window to open in minimized mode instead of it's default normal view. I would like to achieve this so when I run a