tarunlewis has asked for the wisdom of the Perl Monks concerning the following question:
I have read up on the material that I have on Perl, and found out what "use strict" means. It prompts the programmer to declare all variables. Does "use integer" mean that all variables declared are integers by default?use 5.005; use strict; use integer; use Getopt::Std;
I am going to be hired in a Clinical Trials company next month. Hopefully by then I'll have something worth while to contribute to this forum. Sorry I don't have the expertise to do that so far.
Cheers,janitored by ybiC: Minor format tweaks, including balanced <code> tags around code snippet, for legibility
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Trouble with understanding code
by jpeg (Chaplain) on Mar 03, 2005 at 08:23 UTC | |
|
Re: Trouble with understanding code
by holli (Abbot) on Mar 03, 2005 at 08:07 UTC | |
|
Re: Trouble with understanding code
by manav (Scribe) on Mar 03, 2005 at 10:38 UTC | |
|
Re: Trouble with understanding code
by jbrugger (Parson) on Mar 03, 2005 at 08:14 UTC |