|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (1 bit)
Join Date: Mar 2002
Posts: 1
|
hello.. first time posting here n im working on a Perl prog that is a very simple database editor.. i was wodering if there r programs that i can use to run my Perl on my hardrive.. because usually i have to telnet into my school's computer n chmod 755 n run it from there.. this gets reall annoying.. especially when it lags..
also is it possible to make a form inside a perl program? ie. will with code work: print ("(h1)Select an item to be edited(/h1)"); print("(FORM ACTION="edit.pl")"); #select edit option print ("(SELECT NAME="edit")"); print("(OPTION VALUE="Add")Add(/OPTION)"); print ("(OPTION VALUE="Delete")Delete(/OPTION)"); print("(OPTION VALUE="Modify")Modify(/OPTION)"); print("(/SELECT)"); #submit info print("\n(INPUT TYPE="submit" VALUE="Edit Item"")); print ("(/form)"); thanks in advance ![]() EDIT: argh the forgot html was on so i added () instead of <.. Last edited by WinDozer; 03-21-2002 at 08:36 PM. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|