I'm trying to use Perl to parse a file that uses parentheses to group information. The file typically contains information structured similar to the following:
(Group
(Item1 something)
(I...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10051041.html
Zones:
PerlDate Answered: 05/28/1998 Grade: C Views: 0
I need to find all records in a file (spreadsheet) that are errors. This file is comma separated and the fourth column contains the word "Error" if it is an error record. I need to add a pattern to...
http://www.experts-exchange.com/Other/Miscellaneous/Q_20543150.html
Zones:
MiscDate Answered: 03/08/2003 Grade: A Views: 0
Hi,
I need to match the following pattern with VB
Regular expression would be
/^SEVERITY:/i
Find a string that starts at the beginning of a line and includes 'SEVERITY'. The search shou...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20685111.html
Hi,
With this input file i need to remove a single column, say coloumn 3 0.00, 0.67 then 1.00 and 0.50. Is isuitbable to use a pattern match in the first instance like $_ =~ /^\s*\d+\s*\d+\s*(\d...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20842126.html
Zones:
PerlDate Answered: 01/06/2004 Grade: B Views: 0
Hello,
I am trying to draw some lines to create rectangles with different fill patterns (i.e. cross, diagonal lines, ...). I can do this in a PictureBox on the screen and I found a way to do th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20912704.html
Zones:
Visual BasicDate Answered: 06/19/2004 Grade: B Views: 0
I need to split a sentence into tokens by either a space OR a string pattern.
"Current time is MM/DD HH:MI";
Because I don't want to break up "MM/DD HH:MI" into 2 separate 2 tokens,
so the @...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20932413.html
Zones:
PerlDate Answered: 03/26/2004 Grade: A Views: 0
I'm really really lost right now in class. I understand the basic concept of the Supervisor/worker pattern of developing a program, but have no idea how to design the following program. My profes...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20959882.html
Zones:
JavaDate Answered: 08/03/2004 Grade: A Views: 0
log4j: What do I interpret the pattern string with %, [, - etc? Is there any tutorial for just PatternLayout?
http://www.experts-exchange.com/Programming/Languages/Java/Q_21373144.html
Zones:
JavaDate Answered: 04/01/2005 Grade: A Views: 9
I have an urgent need to retrieve all the files in my hard disk drives that match a pattern of extension (*.doc or *.pdf) and list them in a list control.
Once i retrieve it i need to copy them ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21509507.html
Hello
I was hoping you could recommend a book or web site that provides a case study in how to produce a basic 3 tier applicaton with presentation,business and database layers. Vb.net would be b...
http://www.experts-exchange.com/Programming/Theory/Software-Design/Q_21605855.html