xiaoyafeng has asked for the wisdom of the Perl Monks concerning the following question:
What does the error messages mean? And how do I use package variable?#!/usr/bin/perl use warnings; use strict; use File::Find; print $File::Find::Version,"\n"; __OUTPUT__ Name "File::Find::Version" used only once: possible typo at test.pl li +ne 5. Use of uninitialized value in print at test.pl line 5.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Package Variable
by j3 (Friar) on Apr 06, 2007 at 02:31 UTC | |
|
Re: Package Variable
by bobf (Monsignor) on Apr 06, 2007 at 02:51 UTC | |
|
Re: Package Variable
by xiaoyafeng (Deacon) on Apr 06, 2007 at 03:16 UTC |