Re: undefined subroutine

2003-10-09 Thread Dodo
Dynamic page...just some server side include and a menu. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

undefined subroutine

2003-10-08 Thread Dodo
I'm doing a php to pl migration and having a little trouble. Help appreciated! Undefined subroutine &main::fopen called at C:\Inetpub\wwwroot\dg\index.pl line 91. I get the same error for filesize, fclose, explode and include. $fd = fopen('C:\Inetpub\wwwroot\dg\menu.txt',"r"); $line = fread($fd,f

Re: undefined subroutine

2003-10-08 Thread Dodo
I'm trying to convert so I can use a server that doesn't support PHP, but I'm giving up. With my limited knowledge I think it's impossible. I was told that the scripting was all Perl, so conversion should have been easy. But, I guess there's some C mixed in there as well or maybe some of it is PHP

Re: undefined subroutine

2003-10-08 Thread Dodo
I'm trying to convert so I can use a server that doesn't support PHP, but I'm giving up. With my limited knowledge I think it's impossible. I was told that the scripting was all Perl, so conversion should have been easy. But, I guess there's some C mixed in there as well or maybe some of it is PHP