HELP! How do I...

They have: 117 posts

Joined: Mar 2000

I need to know how to remove a particular line from a file.

Thanks!!

--Edge

They have: 568 posts

Joined: Nov 1999

After you open the file use splice().

splice(@array,1,0);

that will remove the first line.

They have: 850 posts

Joined: Jul 1999

I made a script for someone else in this forum who needed to delete a line. An example of it is at
dlo.net/~rob/cgi-bin/delline.cgi

and the source code can be found at
dlo.net/~rob/cgi-bin/delline.txt

------------------
Termites eat through wood two times faster when listening to rock music.

They have: 117 posts

Joined: Mar 2000

Hmmm... Thanks guys, but I just can't figure it out and now I've decided on doing something other than delete a line.

My perl programming skills are limited, so, if anyone wants to help me finish a GREAT script let me know! It's about 90% done, so there really isn't much left to do. I could REALLY use some help!

Thanks!

--Edge

They have: 568 posts

Joined: Nov 1999

Be a little more specific on what kind of help you need.

We can always help

They have: 117 posts

Joined: Mar 2000

Well... go to http://www.xmission.com/~jsnow/cgi-bin/polls/vote.cgi

This is the project I'm working on. I just need to get the user admin functions working and it will be done.

--Edge

They have: 850 posts

Joined: Jul 1999

Wow, that looks really awsome. Great job !

------------------
Termites eat through wood two times faster when listening to rock music.

They have: 568 posts

Joined: Nov 1999

I agree.

I wish I had the patience to do something like that... Maybe I will

They have: 117 posts

Joined: Mar 2000

Thanks, but can anyone help me with the user admin functions?? If we can get this done, we'll be launching at www.thevotes.com and I'll let you work with me on the site (if you want).

--Edge

They have: 117 posts

Joined: Mar 2000

Anyone???????? Please??

--Edge

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.