in reply to Re: Re: How to calculate development time?
in thread How to calculate development time?
Yes;
use CGI::Carp qw/fatalsToBrowser/;
This prints nice error messages to the browser; however, if your script dies before compiling, you just get a (fairly) unhelpful "compile error."
If you don't have a command line, maybe you can do your developing on another box somewhere and then move everything to your host? I personally could not bear to write any decently sized script without the debugger.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: How to calculate development time?
by Siddartha (Curate) on May 31, 2001 at 19:03 UTC | |
by Cirollo (Friar) on May 31, 2001 at 19:42 UTC |