Count the no of times a script is called
From: Amit Phatak (amitphatak_at_hotmail.com)
Date: 11/26/03
- Next message: Daniel Staal: "Re: Reply to the list WAS Yahoo! Getter"
- Previous message: Bob Showalter: "RE: Reply to the list WAS Yahoo! Getter"
- Next in thread: Paul Johnson: "Re: Count the no of times a script is called"
- Reply: Paul Johnson: "Re: Count the no of times a script is called"
- Maybe reply: Amit Phatak: "RE: Count the no of times a script is called"
- Reply: Drieux: "Re: Count the no of times a script is called"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: beginners@perl.org Date: Wed, 26 Nov 2003 15:50:57 -0500
I have a fortran program calling a perl script for various parsing
activities for multiple number of times. I wish to increment a variable by
1 in the PERL SCRIPT (not the fortran program) to have a record of how many
times the script has been called. In simple words, i have a variable
$count in the perl script.. I wisth to $count++ everytime the script is
called by the fortran program.
Regards,
Amit
=-=-=-=-=
"Every passing minute is another chance to turn it all around"
- Dialogue from "Vanilla Sky"
AMIT PHATAK | 001-716-553-1355 | http://www.acsu.buffalo.edu/~asphatak
_________________________________________________________________
Gift-shop online from the comfort of home at MSN Shopping! No crowds, free
parking. http://shopping.msn.com
- Next message: Daniel Staal: "Re: Reply to the list WAS Yahoo! Getter"
- Previous message: Bob Showalter: "RE: Reply to the list WAS Yahoo! Getter"
- Next in thread: Paul Johnson: "Re: Count the no of times a script is called"
- Reply: Paul Johnson: "Re: Count the no of times a script is called"
- Maybe reply: Amit Phatak: "RE: Count the no of times a script is called"
- Reply: Drieux: "Re: Count the no of times a script is called"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|