Use strict (beginner question)

2003-04-04 Thread Steve . E . Pittman
All, I added the use strict; statement to my script for the first time and received the following compilation errors: Global symbol $LoginName requires explicit package name at todaysFiles.pl line 43. Global symbol $TMPNow requires explicit package name at todaysFiles.pl line 45. Global symbol

Re: Use strict (beginner question)

2003-04-04 Thread Morten Liebach
On 2003-04-03 14:05:19 -0500, [EMAIL PROTECTED] wrote: All, I added the use strict; statement to my script for the first time and received the following compilation errors: Global symbol $LoginName requires explicit package name at todaysFiles.pl line 43. Global symbol $TMPNow requires

RE: Use strict (beginner question)

2003-04-04 Thread wiggins
On Thu, 3 Apr 2003 14:05:19 -0500, [EMAIL PROTECTED] wrote: All, I added the use strict; statement to my script for the first time and received the following compilation errors: Global symbol $LoginName requires explicit package name at

Re: Use strict (beginner question)

2003-04-04 Thread R. Joseph Newton
[EMAIL PROTECTED] wrote: All, I added the use strict; statement to my script for the first time and received the following compilation errors: Global symbol $LoginName requires explicit package name at todaysFiles.pl line 43. This error means that $LoginName was declared without a