User Profile

Collapse

Profile Sidebar

Collapse
koti688
koti688
Last Activity: May 12 '09, 06:52 AM
Joined: Oct 29 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • koti688
    started a topic Help On Perl - Multi Threading
    in Perl

    Help On Perl - Multi Threading

    Hello Mates

    i need suggetions / help on this problem.

    we are doing a online Backup/ Restore Diaster recovery Solution. For that till now , we have implemented Synchronous Data Transfer model for both Backup and restore.

    i was involved in Testharness of these Back end operations.

    Now the devlopment is moving to Asynchrous Datatransfer mode. So i need to test in asynchronous mode for backup...
    See more | Go to post

  • koti688
    started a topic getting the column names of the table in DB testing
    in Perl

    getting the column names of the table in DB testing

    how to get the column names and the values of them in select statment.

    I have a packaze like this named ADB.pm

    Code:
    package ADB;
    
    use DBI;
    
    @ISA = ('Exporter');
    @EXPORT_OK = ("Connection_check", "new","select_db","insert_db","delete_db","update_db");
    
    sub new
    {
        my $class = shift;
    ...
    See more | Go to post

  • koti688
    started a topic Reading Files From Directories
    in Perl

    Reading Files From Directories

    I have a directory named "X" which has many sub directorys "Y","Z","W" and many files about 20 files. and these sub directories also contain some more sub directories and files extra

    check the Attched screen shot .What i need is , i want to read all the files that exists in directorys , subdirectories and need to display .

    i tried until 2 loops , but unable to complete the logic well....
    See more | Go to post

  • koti688
    replied to Threading in Perl
    in Perl
    Ya Kevin , I looked at it, but unable to follow exactly, anyways thanks for the input

    ~ Koti....
    See more | Go to post

    Leave a comment:


  • koti688
    replied to Threading in Perl
    in Perl
    can you please explain me the lock mechanism how it works exactly. i am unable to get clearly in that link. itz confusing for me..

    Please explain with a small example


    Thanks
    See more | Go to post

    Leave a comment:


  • koti688
    started a topic Threading in Perl
    in Perl

    Threading in Perl

    hi folks

    i need a reference for the basics of Perl threading and using locks .

    Please post if u have any
    See more | Go to post

  • Can anyone please outline whatz happening in this code .

    Hi Mates, Can u please tell me whats happpenning in those. Please tell what ever u got. Outline the functinaliy in normal words. i am new to C++. I need to write SWIG wrapper which checks this C++ Code in perl.

    Please tell , what ever u understood .

    Thanks in advance


    Code:
    #include <iostream>
    #include "stdafx.h"
    #include "client.h"
    using namespace
    ...
    See more | Go to post

  • koti688
    started a topic Help in Connecting to Berkely DB using PERL
    in Perl

    Help in Connecting to Berkely DB using PERL

    Hi Mates,

    Can u Please tell me how to connect to Berkely Db using Perl .
    I have two files , i need to access these file using perl. These files with .db extension contains Keys and its Signatures.

    I need to List out the keys and vaules and signatures respectively.I Have installed Berkely-DB(0.22), BerkelyDB-Lite,DB_File(1. 816) using PPM also.

    Please tell me if u know any thing , about connecting...
    See more | Go to post

  • koti688
    replied to Small Doubt regarding DB-Select
    in Perl
    Thanks A Lot nithinpes..
    See more | Go to post

    Leave a comment:


  • koti688
    started a topic Small Doubt regarding DB-Select
    in Perl

    Small Doubt regarding DB-Select

    I have two files like below.

    1st file : mail.pl

    Code:
    #!/usr/bin/perl
    use DBD::mysql;
    use DBI;
    use Utils::DBClass;
    $object = new DBClass( "perltest", "localhost", 3306, "root", "sierra");
    $object -> select_db ("select * from samples");
    2nd file DBClass.pm in a folder named Utils.


    ...
    See more | Go to post

  • how to insert a query into MYsql Db residing on my local host

    Hi Guys, I am a beginner to perl.
    I need a perl package which will perform basic DB operations like select , insert,update,d elete operation MySql DB.

    i Have a Mysql DB which resides on my local machine.DB Deatils are :
    Localhost,MySql ,DatabaseName:p erltest, username:root,p wd:sierra,table :samples with coulms :id,name,phone

    I am done with selecting the rows in DB. I need Sample code for inserting , updating...
    See more | Go to post
    Last edited by numberwhun; Oct 29 '08, 03:13 PM. Reason: Email addresses and URLs are against site policy... for your protection
No activity results to display
Show More
Working...