Uninitialized value in pattern match
- From: johanc@xxxxxxxxx (Johan)
- Date: Mon, 31 Mar 2008 06:17:51 -0700 (PDT)
The last line of this code
foreach $PkgFile( @$PkgList )
{
if( $PkgFile =~m/^\s*$/)
gives this warning message
Use of uninitialized value in pattern match (m//) at packagefile.pm
line 838.
How can I solve this? (I have no idea what the code does...)
.
- Follow-Ups:
- Re: Uninitialized value in pattern match
- From: Rob Dixon
- Re: Uninitialized value in pattern match
- From: Rob Coops
- Re: Uninitialized value in pattern match
- Prev by Date: Re: algorithm/permute.pm
- Next by Date: Re: algorithm/permute.pm
- Previous by thread: Problem with STAT under Windows
- Next by thread: Re: Uninitialized value in pattern match
- Index(es):
Relevant Pages
|
|