Re: a problem about function returning point
- From: "havel.zhang" <havel.zhang@xxxxxxxxx>
- Date: 30 Apr 2007 09:08:54 -0700
Thank u Klaus:
Thank u for your point out my program line by line, thank you:)
This program be wroten three years before when i first met
Perl. So, it's be designed so complex that not necessary. And without
using strict and warnings.
Today i add 'using strict' and 'using warnings' and reduced
complex, the problem solved.
Thank u.
Havel Zhang
On Apr 29, 11:40 pm, Klaus <klau...@xxxxxxxxx> wrote:
On Apr 29, 4:00 pm, "havel.zhang" <havel.zh...@xxxxxxxxx> wrote:
Today I came cross a strange problem about function returning
point.
Like with every strange problem in Perl, first try the following, put
the following two lines at the beginning of your program:
use strict;
use warnings;
.
- References:
- a problem about function returning point
- From: havel.zhang
- Re: a problem about function returning point
- From: Klaus
- a problem about function returning point
- Prev by Date: Re: Cant open a file with just a relative path
- Next by Date: Re: Samba file access checking?
- Previous by thread: Re: a problem about function returning point
- Next by thread: CGI module redirect defaults to 302 -- why?
- Index(es):
Relevant Pages
|