*Sight*

Status
Not open for further replies.

vic

RRRrrrRRRrrrRRrrr
Somebody REALLY needs to put up a COMPLETE tutorial of how EXACTLY you get cgi-bin to WORK!

can somebody do that, i've got some annsers but they led me nowhere! C'mon people, Unix user Mac users UNITE and give andswers NOW!
 
i seem to be talking to myself, hmmm.....
anyway this msfg has been posted about 2 other times in this forum,

admin! PLEASE CLOSE THIS THREAD IT IS GETTING BORING TO REPLY TO MY OWN MESAGES.

ok ladies and gentz

iffffff for a loong time you have been trying to get perl workin' (like me)

and u have tried avery single way that was posted in a forum, and it still does not work it may be because
......
processing....
.....
50% done
.....
ok yah let's get over with it !

MAC LINE BREAKS!!!

to get rid of mac line breacs in atext perl html etc etc file do this in the terminal it works!!!

type :

cd (drag and drop the dir your cgi and other shit are in)
hit return

type :

perl -pi -e 's/\r/\n/g' (drag and drop the file in question)
hit return


ps: to see whart i'm talking about type :

vi (drag and drop the file in question)
hit return

....
if u see something like M^ ore something like that , your file are INFECTED (jokes) with mac line breacks the above script convverts the files to UNIX compatible files!!
use that code on anything you plan to server remotely!! it's just safer this way!

i got this and other grat tips @ www.macosxtips.com

hope this clears some stuff!!
 
Status
Not open for further replies.
Back
Top