in reply to Strange error in GD::Graph::Map
For example, doing::
gives:#!/tools/bin/perl -w greet('world'); sub greet ($) { print "Hello $_[0]!\n"; }
main::greet() called too early to check prototype at .//cte line 2. Hello world!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Strange error in GD::Graph::Map
by liu (Initiate) on May 10, 2004 at 15:57 UTC | |
by davido (Cardinal) on May 10, 2004 at 16:14 UTC |