Need help making an e-mail form
- clvezlys
-
clvezlys
- Member since: Oct. 29, 2004
- Offline.
-
- Forum Stats
- Member
- Level 05
- Blank Slate
Hi guys,and especially DJ Runaway fans(Dj Runaway's ng name is Hypocritism).I'm making a webby,and want to make an e-mail form.
I've found some e-mail form scripts written in PERL but found a little problem too.
At the top of the script there is written
#!/usr/bin/perl
# location of Perl (above) - check your doc or ask admin
Can anyone help me and explain what that means?
- clvezlys
-
clvezlys
- Member since: Oct. 29, 2004
- Offline.
-
- Forum Stats
- Member
- Level 05
- Blank Slate
Oh, one more think - you can either leave a post here or e-mail me
My e-mail is clvezlys@msn.com
- Craige
-
Craige
- Member since: Jul. 17, 2004
- Offline.
-
- Forum Stats
- Member
- Level 08
- Blank Slate
At 2/20/05 11:43 AM, clvezlys wrote: #!/usr/bin/perl
# location of Perl (above) - check your doc or ask admin
Can anyone help me and explain what that means?
well i dont know any perl, but i beleive it means to put the location to pearl on the server, on that line (first)
// MustyWindows - Jump Through The Windows
// AmpFusion - Where Underground Becomes Mainstream
Neo Enterprise Technologies Coming soon.
- DJRunaway
-
DJRunaway
- Member since: Jan. 20, 2001
- Offline.
-
- Forum Stats
- Member
- Level 24
- Blank Slate
At 2/20/05 11:43 AM, clvezlys wrote: Hi guys,and especially DJ Runaway fans(Dj Runaway's ng name is Hypocritism).I'm making a webby,and want to make an e-mail form.
I've found some e-mail form scripts written in PERL but found a little problem too.
At the top of the script there is written
#!/usr/bin/perl
# location of Perl (above) - check your doc or ask admin
Can anyone help me and explain what that means?
Yup, nobody said that PERL was easy...Nobody said that DJ Runaway is cool... Nobody is perfect :D
- cryptacet
-
cryptacet
- Member since: Jul. 15, 2000
- Offline.
-
- Forum Stats
- Member
- Level 45
- Programmer
At 2/20/05 11:43 AM, clvezlys wrote: At the top of the script there is written
#!/usr/bin/perl
For most servers you can leave this as it is - /usr/bin/perl is the most common location.
If it doesn't work, then log in to the server console and type
whereis perl
to display the location. Or ask your hosting company.
- clvezlys
-
clvezlys
- Member since: Oct. 29, 2004
- Offline.
-
- Forum Stats
- Member
- Level 05
- Blank Slate
Thanks.
Finally someone that's not SPAMMING the BBS and is helping

