My ANT script gives output for every section except the <delete>. It also doesn't really delete the desired directories. I can't figure this out! >:-[
<?xml version="1.0"?>
<project name="loginExample" default="all" basedir=".">
<!--...
I am trying the jsp/servlet login tutorial at http://www.roseindia.net/jsp/loginbean.shtml
I am using the Orion Application Server.
When I run the app I get the following error:
500 Internal Server Error
java.lang.IllegalArgumentException: Resource /PPR_TV/hello?username=&password= not found
I...
Hello all.
I am trying to remove unwanted commas from a CSV file. I am attempting to do this by changing any commas that are not contained in parenthesis to a colon character.
The following test program produces an unexpected result:
my $string = '"data","home 966-2815, cell...
I am curious.
I have created a Hash of Hash as follows:
$HoH{$last_name}{$first_name}{$birth_day}{$phone_num} = "$id_num";
I often know the values of ($last_name, $first_name) and would like to find the
$birth_day value for this individual.
Is there an elegant way to do this?
Naturally:
print...
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.