Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bhavani2007
  • Order by date
  1. Bhavani2007

    Urgent:RoleFileAppender is not working in my application

    Hi, This is an urgent issue. I have my log4j settings like below. #print logs to File log4j.appender.DRFILE=org.apache.log4j.RollingFileAppender log4j.appender.DRFILE.File=logs/productCatalog.log log4j.appender.DRFILE.MaxFileSize=100MB log4j.appender.DRFILE.MaxBackupIndex=20...
  2. Bhavani2007

    Ho can I add values to Hash at runtime?

    Hi, I have to set some values based on some conditions to hash object at runtime How can i set? I am using the following code. if($attrs{"CollType"} eq "A") { %A_hash = ($attrs{"State"},$attrs{"Team"}); } I am parsing one xml file and based on the CollType I am assigning the state and team...
  3. Bhavani2007

    "not found" error is coming eventhough the file is present.why??

    I remove all the code from addsamp.pl and just I put one print statement.Eventhough I am getting same error. The code is: #!/usr/local/bin/perl print "I am inside of perl";
  4. Bhavani2007

    "not found" error is coming eventhough the file is present.why??

    Hi, not found exception is coming when i run the perl file on unix machine even though the file is there.and i have the permissions to run. The error is : /llo/reports/addsamp> addsamp.pl su: addsamp.pl: not found. Why it is coming..??? any idea...
  5. Bhavani2007

    How can i use HashMap in PERL?

    Hi, I have one xml file like following... <State CollType="A" Letters="ABCDEFGHIJKLMNOPQRSTUVWXYZ" State="AK" Team="TEAM2"/> <State CollType="A" Comment="Military addresses" Letters="ABCDEFGHIJKLMNOPQRSTUVWXYZ" State="AE" Team="TEAM2"/> <State CollType="M" Letters="ABCDEFGHIJKLMNOPQRSTUVWXYZ"...

Part and Inventory Search

Back
Top