Thanks D'Arcy for your response. I am looking for a similar course in nj area. Any one knows where I could do a certificate/training course in nj area for PM?
Thanks
I have a form that has couple of command buttons. These buttons lead to two other forms. In these two forms there are about 10 -12 checkboxes (each represent a report) and few buttons. Select the required reports by selecting the checkboxes and click on the button, it prints all the selected...
I have 'n' number of files on a server. The files are ftp'd to the server every 15 minutes. The file names look like abc_200408101850.csv(It has year/month/date/hour/min/sec). I want to delete the files that doesn't have today's date. Again, I have to delete using a ssh beacuse they reside on...
Any one has any experience creating a security channel exit?
I have the following code.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef AIX
#include <langinfo.h>
#endif
#include <sys/types.h>
#include <sys/timeb.h>
#include <time.h>
/* MQSeries headers */
#include <cmqc.h>...
Thankyou BNPMike. It gives me an outline. I definitely want to move from being a developer to project manager. Any suggestions for the transition?
Thanks
I am at present a senior applications developer working for the finacial sector. I am interested in PM and want to take up the exam. Because of the nature of my job I guess I would be suitable only as a PM in the IT industry. That's why I wanted to know the primary roles. If not the primary...
Hello all,
I am quite confused about how to create a simple html page with a table from within a perl script. I saw the HTML and HTTP and LWP modules and I am quiet confused. Any one has any simple example I can look at?
Thanks
However, the output printed if the files are not found looks like this.
Oh no FID00025.drkw.txt
doesn't exist today!
That is it spills over two lines. So, I guess there are trailing spaces after the filename when it gets it from the array. I have a 'chomp'. May be it is not sufficient...
Hello,
I want to check whether a certain list of files exist in a directory.
I have the following code
@lines = <SOURCE>;
foreach $line (@lines) {
chomp;
print $line\n;
chdir ("i:/FIDESSA/diva/divafiles");
if (-e 'i:/fidessa/diva/divafiles/$line') {
print "File $line...
Hello all,
I was wondering whether it is possible to switch over from IT to Project Management. I am basically an IT professional wanting to switch over to Project Management. Though I have managed couple of IT projects, they are very small. I was looking in the PMI site and as I understand...
Hello all,
I am using secure ftp to connect to a server and retrieve 'n' number of files. I want to detect if any of the files were missing on any given day. I plan to create a txt file with all the names of the files, read this file from the perl script and load the names as the key in a hash...
Hello,
Now that I learnt I need a dll from the above code, I don't think I require a main. But even for a dll, does the code above seem to do anything? Please reply.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.