i use this code to get the lines in a file
if (open (FILE, "<file.htm")) {
foreach $cur_string(<FILE>) {
print $cur_string
}}
I want to get the next line in a file like
if (open (FILE, "<file...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10078304.html
Zones:
PerlDate Answered: 09/10/1998 Grade: C Views: 0
How do I control which component gets the focus next when I press tab (int 1.1), except for ordering their adding to the container.
http://www.experts-exchange.com/Programming/Languages/Java/Q_10217213.html
Zones:
JavaDate Answered: 10/10/1999 Grade: A Views: 0
Hello,
When using a next record button and you are at the end of a record set it creates a new record for you.
I don't want that I want the user to get a message I create saying that they...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10771661.html
Zones:
MS AccessDate Answered: 07/21/2000 Grade: A Views: 0
Following is an example line of input:
"1/1/2000","1225","321PE","0001.00","712","HYDRAULIC LEAK","ENR","CRZ","OPEN","C.E.","APPARENT BLUE SYSTEM HYDRAULIC LEAK.","After t/off ex ORK, on gear re...
http://www.experts-exchange.com/Programming/Languages/C/Q_10972041.html
Zones:
CDate Answered: 08/11/2000 Grade: A Views: 0
I want to loop thru all objects on a particular web page not knowing how many frames or subframes the page contains. This is what I have sofar but it does not include sub frames or sub frames of s...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20064976.html
Zones:
Visual BasicDate Answered: 06/05/2001 Grade: A Views: 0
I am creating a game called nim using VB. This game involves having 4 rows of counters. It is a two player game with one player being the computer. The two players take turns taking counters away a...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20166410.html
Zones:
Visual BasicDate Answered: 08/16/2001 Grade: A Views: 0
Is there a way to get a record count using Me?
As in:
Me.RecordCount (but I don't see this listed)
btw: The RecordSource for the form has been set.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20264851.html
Zones:
MS AccessDate Answered: 02/08/2002 Grade: A Views: 0
I have a table where one colum is uid, its a int not null auto_increment column , and it´s the primary key for that table, currently the highest value is 5284, but when I try to insert the next val...
http://www.experts-exchange.com/Database/MySQL/Q_20274659.html
Zones:
MySQL ServerDate Answered: 03/07/2002 Grade: A Views: 0
Hi all,
I have an application which is currently running on just one machine. I am running paradox tables using the BDE. On one table, it seems like after every third or fourth update, the data ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20291640.html
I have a For / Next LOOP that I'd wish to SLOW DOWN. I have it opening a page in the browser and it just works too fast for the browser to handle. SO, i figure that if I can slow it down, IE will h...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20310102.html
Zones:
Visual BasicDate Answered: 02/18/2003 Grade: A Views: 0