Re: [cgiirc-general] "String found where operator expected" error in DirHandle.pm
Brought to you by:
dgl
|
From: David L. <dg...@dg...> - 2004-07-25 23:00:25
|
clemens helbock wrote: > hi, > > my installation of cgiirc fails to work (main window doesn't load even in > nph-mode) and continously produces the following error: [..] That looks like you are using a *very* old version of perl or the install (of perl) is broken. Maybe your host needs you to change the #! line at the top of the script to point to a different path to perl (e.g: #!/usr/local/bin/perl, /usr/bin/perl5 or /usr/local/bin/perl5, most likely written on some support web page). |