[Chicago-talk] transl. php to perl?

Richard Reina richard at rushlogistics.com
Thu Mar 31 14:35:56 PST 2005


SOLVED.

My problem was that my shebang in send_lcid.agi was
#!/usr/bin/perl5 -w.  I changed it to #!/usr/bin/perl
and it worked.  Thank you Warren for all the help.

Richard
--- Richard Reina <richard at rushlogistics.com> wrote:

> 
> > Try changing this line:
> > open(CS, ">call_id_test");
> > to this line:
> > open(CS, ">>call_id_test");
> > 
> 
> Warren, 
> 
> I made this change and made sure that send_clid.agi
> permission's were set to 755, but the script still
> does not work.  If you have any other ideas let me
> know.
> 
> Richrd
> _______________________________________________
> Chicago-talk mailing list
> Chicago-talk at pm.org
> http://mail.pm.org/mailman/listinfo/chicago-talk
> 



More information about the Chicago-talk mailing list