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...
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...
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";
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...
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"...
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.