Perl for Banking and Finance Domain

2012-11-21 Thread Perl Perl
Dear All, I want to know, the material and source code / open source project, where Perl is used for Banking and Finance Domain. And if you can guide me to tutorial and books where, it explains about the Perl usage for Banking and Finance domain, it will be a great help. I searched on internet, b

Re: Cronjob and System command in Perl Script

2009-10-21 Thread Perl Perl
> > Hi Ken, > > The element is executable. And please find the output of the cronjob as > below for your kind reference. > > > Your "cron" job on stingray > > /usr/atria/bin/cleartool setview -exec > /vobs/vobs_verif/tools/DB_cronjobs/Checkout_Reminder.pl view_MAIN > > produced the following ou

Re: Cronjob and System command in Perl Script

2009-10-21 Thread Perl Perl
Hi Ken, The element is executable. And please find the output of the cronjob as below for your kind reference. Your "cron" job on stingray /usr/atria/bin/cleartool setview -exec /vobs/vobs_verif/tools/DB_cronjobs/Checkout_Reminder.pl view_MAIN produced the following output: cleartool: Err

Re: Cronjob and System command in Perl Script

2009-10-20 Thread Perl Perl
ce. On 10/20/09, Todd Beverly wrote: > > Hello. > > Perl Perl wrote: > >> I have a cronjob and it is working fine, but problem is, *system* command >> in >> perl script is not working as per requirement. >> Please find the snipped, of code as below for you

Cronjob and System command in Perl Script

2009-10-20 Thread Perl Perl
Dear All, Need your help with respect to the *cronjob setup in Solaris and Undo checkout operation in Clearcase*. I have a cronjob and it is working fine, but problem is, *system* command in perl script is not working as per requirement. Please find the snipped, of code as below for your k

Re: perl2exe issue for Tk and Tk::PathEntry

2009-07-14 Thread Perl Perl
second delay.) ... Any suggestion or tips could help me solve the problem are appreciated Regards, Mujju On 7/14/09, Perl Perl wrote: > > Hi All, > 1)I am facing a issue while using the "perl2exe" to generate and > running exe file. > Please find given warning

perl2exe issue for Tk and Tk::PathEntry

2009-07-14 Thread Perl Perl
Hi All, 1)I am facing a issue while using the "perl2exe" to generate and running exe file. Please find given warning as below while generating exe. I tried debugging this but I am unable to resolve. *V:\aec_MAIN\platform_verif\tools\ExeFiles\Perl\Linux>perl2exe -gui testcasegenaddfile_window.

Re: CPAN install directory usage

2009-07-02 Thread Perl Perl
Hi Kenneth Olwing, Honestly speaking I am not good in clearcase. Just now started working on this. And whatever you said is quite big fundo things for me. If you don't mind could you please let me know how can I improve this stuff. Specially while working with Clearcase and Perl etc. On

Re: CPAN install directory usage

2009-07-02 Thread Perl Perl
ify the presence and permissions of all the files Tk needs. > Install it on ur own PC to compare. If there is any difference, contact ur > sysadmin to get the Tk installation fixed. > > > At 08:47 PM 7/1/2009 +0530, Perl Perl wrote: > >Hi Chirs Wagner, > > > >

Re: CPAN install directory usage

2009-07-01 Thread Perl Perl
..@listserv.activestate.com > [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of > Perl Perl > Sent: 01 July 2009 13:24 > To: perl-win32-users@listserv.activestate.com > Subject: CPAN install directory usage > > > Hi All, > > > > I have

CPAN install directory usage

2009-07-01 Thread Perl Perl
Hi All, I have one doubt, about usage of CPAN install diretory at Windows side. I have found that TK module is install at "*C:/Perl/site/lib C:/Perl/lib" .* but confuse with the usage part. Please find the sanpshot from the screen as below. V:\view_MAIN\vob_verif>perl -MTk -e 1 Can't locate

Compilation (Building ) of project once the file is saved + Perl/Tk

2009-06-08 Thread Perl Perl
Hi All, I am doing this activity on Perl/TK. I have to build my project, once the project(file) is created. Problem I am facing here is, the size of the created project file is showing as 0, and content is nill, which avoiding me to to build the project. If I close the wideget then I c

Re: inserting the file paths in between the two arrays ( text widget ) : Perl/TK

2009-06-05 Thread Perl Perl
Thanks a lot HTH ( Brian), This worked for me. Regards, Mujju On 6/4/09, Brian Raven wrote: > > > From: perl-win32-users-boun...@listserv.activestate.com > [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of > Perl Perl > Sent: 04 June 2009 17:2

Tk::Pathenty : Inserting number of file path between a file (Text)

2009-06-04 Thread Perl Perl
Dear All, I have to insert multiple file path in between the file (Text ). For this I have used Tk::PathEntry CPAN module, but the problem here is, only I can insert is one file path, which is the last selected file path. Don't know how to overcome this, could you please help me in this? Tha

inserting the file paths in between the two arrays ( text widget ) : Perl/TK

2009-06-04 Thread Perl Perl
Dear All, I have written a script, which has to enter the file path (Paths ), in between the text. For this I have used below approach. 1) I divide the file in two parts, in which file path(s) has to be inserted. -> Here @File_Part1 stores the first prart of file. -> @File_Part2

Problem iwth perl tk : Creation of file based on options

2009-05-27 Thread Perl Perl
Hi All, I have to create files based on the ext1 - ext2 and write few lines of code there. The created file should have to option like like update and save so that user can edit the file in future. For this I choose the Radiobatton option of Perl/Tk. Here I am doing a very silly mistake, an

Driver and Database name?

2009-03-25 Thread Perl Perl
Dear All To connect to database I need few information like "Driver" and "Database" name. I know that I have to approach the person who created the data base, or the person who is using this utility. But unfortunately I am unable to reach the person who is having this knoweldge. so I would like t

CGI perl : formating the output

2009-03-20 Thread Perl Perl
Dear All, I am new to Perl CGI and few querries regarding formating and dispaying the output message. I have written below script and the problem I am facing with this script is as below. 1) At the start of the script the (before enterring the user name and password ), it shows the message "

Re: Perl Login Script using CGI module

2009-03-17 Thread Perl Perl
hing you might have done that may have caused the error. More information about this error may be available in the server error log. P.S: I agree that i didn't used the strict here. On 3/17/09, Brian Raven wrote: > > From: perl-win32-users-boun...@listserv.activestate.com > [mail

Perl Login Script using CGI module

2009-03-17 Thread Perl Perl
Hi All, I am trying to create the CGI login script which has to take parameters like username and password ( username : ip address, password: *). And displays the page. Here I have to use CGI module with textfield. To be honest I have not tried much on this, but simply I have embedded a snippe

Re: Calling subroutine from different file

2009-03-11 Thread Perl Perl
--- > > sub file1 { > > > > do stuff here; > > . > > . > > > > } > > > > 1; > > *From:* perl-win32-users-boun...@listserv.activestate.com [mailto: > perl-win32-u

Calling subroutine from different file

2009-03-11 Thread Perl Perl
Dear All, I have coded few scripts as mentioned below. My aim is to call the files and function without using a extra file ( call.pl as mentioned below) and with the single click. I have two files, file1.pl & file2.pl In above files, I will call the common subroutine ( say code_send() ) whic

Issue with Mail::Sender : Help needed

2009-03-04 Thread Perl Perl
Dear All, I am getting the below error for Mail::Sender utility. Which sends the mail. Your help will be a great help for me. Error is, *Can't find string terminator "*END*" anywhere before EOF at Mail_Attach.pl line 18. * Please find the complete code as below, and platform is Linux. #!usr/lo

Re: Commaring Two dates or month

2009-02-26 Thread Perl Perl
ll); > > > > # Set the list for December 10, 2008: > > > > my @dateParts = (2008, 12, 10); > > > > my $dayDiff = Delta_Days(@dateParts, Today()); > > > > print "Difference is $dayDiff days\n"; > > > > Hope this helps. > >

Re: Commaring Two dates or month

2009-02-25 Thread Perl Perl
gt; > > > Steve > > > > *From:* perl-win32-users-boun...@listserv.activestate.com [mailto: > perl-win32-users-boun...@listserv.activestate.com] *On Behalf Of *Perl > Perl > *Sent:* Tuesday, February 24, 2009 10:08 AM > *To:* perl-win32-users@listserv

Commaring Two dates or month

2009-02-24 Thread Perl Perl
Dear All, I have to compare two dates. And populate the result based on that. First date I have received from previous script, which in this form 5-Feb-09. And I have to compare this date with current date, locatime() . With the localtime() I will get the current Day (24),Month (2) & year

Help needed for Hash array

2009-02-23 Thread Perl Perl
Hi All, I have to read a file by using hash ( Associative array) . Here I have to grep the particular information from that file. Like file is having the data like Date (2-Jan-2008) and user id ( MID1023 ) etc. These all information is there for number of people in different lines. My task