in reply to Cant get any scripts to run
which means it should also show you a full stack trace of the function calls. Please post the full stack trace using code tags. Perhaps you called a function with inappropriate arguments. Make sure you also use strict and warnings.if (!$fh) { confess("no filehandle"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Cant get any scripts to run
by gkuffel22 (Initiate) on Oct 20, 2011 at 21:12 UTC | |
by toolic (Bishop) on Oct 20, 2011 at 22:51 UTC |