I was reading a small blurb about using NON-PARSED HEADERS in my CGI-Perl script. This way the server doesn't have to parse my script and create the HTTP header for the calling browser. This supp...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10034314.html
Zones:
CGIDate Answered: 12/30/1997 Rating: 8.2 Views: 0
All right, I'm trying to right a basic cmd line parser. But I'm fairly new to C/C++ strings/character handling, so I'm having problems. Anyways, what this program should do:
INPUT: uit
OUTPUT: noth...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10165677.html
Zones:
C++Date Answered: 05/31/1999 Rating: 6.6 Views: 0
I have a dinky web page but I am curoius to see, and count, who is coming. How do I parse the . (dots) from the IP addresses? Ideally I would like each of the four parts in a seperate variable or...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10220558.html
Zones:
MS AccessDate Answered: 03/05/2002 Rating: 7.4 Views: 0
How can I generate wmf or ai format from delphi.
and is it possible to parse more than 2 wmf files in one file
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10713141.html
Is there a way to use the QUERYSTRING function like i use in my ASP development? Is there a VB function or DLL that exists to easily parse strings like that?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11812478.html
Zones:
Visual BasicDate Answered: 11/27/2001 Rating: 9.0 Views: 0
Code to parse current file name without path and extension. This should be easy :)
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_11988078.htm...
Zones:
PHPDate Answered: 03/25/2001 Rating: 7.4 Views: 0
I am in need of a subroutine to parse a string in Comma Separated Value (CSV) format. The sub would need to recognize the common CSV Conventions:
1. Tokens are separated by commas
2. A token...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20100102.html
Zones:
Visual BasicDate Answered: 04/02/2001 Rating: 7.6 Views: 0
Hello Experts,
I have a string (actually a table of 250,000 strings)
Smith Susan
Jones Bob G
Mays David R Jr
I want to loop through them and parse them into 4 fields
fldNameFirst
fld...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20171746.html
Zones:
MS AccessDate Answered: 08/21/2001 Rating: 6.8 Views: 0
I am a newbie to all this and I would like to know how to parse text. Like "tutorial-1.txt" to "1.txt" I would also like to know how to get the name of the last file updated (name not date).
Th...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20179104.htm...
Zones:
ASPDate Answered: 11/14/2001 Rating: 7.6 Views: 0
Hello
I make a string out of the values I get from a form submit in this way
param1:param2:param3:param4:param5
and I use string tokenizer to parse this values
and store this values in a v...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20191844.html
Zones:
JavaDate Answered: 10/15/2001 Rating: 7.8 Views: 0