Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: perl

  1. #1
    Senior Member
    Join Date
    Nov 2004
    Posts
    510

    perl

    has anyone got any idea how to upload perl using dreamweaver so it works? I am updating a perl script to send form info to a different email address, which even though I don't know the language was easy enough to find and change, but now it doesn't work. What is the difference between binary upload and ascii upload? please help someone I am going on holiday tomorrow and need to finish it!!

  2. #2
    Senior Member Jerry's Avatar
    Join Date
    Nov 2003
    Posts
    252
    Perl scripts should never be uploaded as binary, they are simple ASCII text files.

    That being said, exactly what is the error you are getting on the remote server?

    It could very well be that you are hosting on a unix machine and the script needs to know where to find the outbound server or smtp daemon

  3. #3
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,771
    YOu should be able to upload it like any other file with Dreamweaver, however once it is uploaded, you may have to modify the permissions to make it function
    eg) chmod 755/777
    Web Hosting Guru
    | Need Help For Your Forum?

Similar Threads

  1. PERL pass "Perl" crash
    By TrafficProducer in forum Web Programming Discussion Forum
    Replies: 0
    Last Post: 09-02-2007, 02:07 PM
  2. Perl, CGI and SSI
    By dak888 in forum Web Programming Discussion Forum
    Replies: 2
    Last Post: 02-27-2007, 11:16 AM
  3. Need help with alt tags in Perl
    By armadacomputers in forum Web Programming Discussion Forum
    Replies: 8
    Last Post: 08-22-2005, 04:05 AM
  4. Looking for Perl Help
    By mrfemale2003 in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 06-08-2005, 10:24 AM
  5. Can't find Perl!!
    By mikmik in forum Web Programming Discussion Forum
    Replies: 8
    Last Post: 11-21-2003, 04:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •