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 strongm 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: facemann
  • Content: Threads
  • Order by date
  1. facemann

    ANT <delete> not working

    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="."> <!--...
  2. facemann

    Resource not found error.

    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...
  3. facemann

    substitution eats space

    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...
  4. facemann

    Up & Down arrows in perl debugger

    My up & down arrows work find in ssh terminal. However, I only get escape characters in the perl debugger. How can I fix this? facemann
  5. facemann

    Exploring Hash of Hash

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

Part and Inventory Search

Back
Top