??????????????? perl, where??????

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • spacedog
    Yes that IS me. Bitch.
    • Nov 2001
    • 14149

    #1

    ??????????????? perl, where??????

    Using ws_ftp, how do I find where perl is on the server? I checked by each directory & can't find it? It has a cgi-bin, so I'm pretty sure it has to have perl, so, how do I find it?
  • FuqALot
    Confirmed User
    • Dec 2001
    • 3817

    #2
    hehe.. try one of the following paths

    /usr/local/bin/perl
    /usr/bin/perl

    its probaby one of those.

    Comment

    • spacedog
      Yes that IS me. Bitch.
      • Nov 2001
      • 14149

      #3
      Originally posted by FuqALot
      hehe.. try one of the following paths

      /usr/local/bin/perl
      /usr/bin/perl

      its probaby one of those.
      That's what I thought, but neither of them worked.

      Comment

      • FuqALot
        Confirmed User
        • Dec 2001
        • 3817

        #4
        with ftp you won't find it unless you could get out of your home folder. try to ssh to your domain and then type 'whereis perl' it will show you the path.

        and dont forget to chmod the perl file to 755 eh
        Last edited by FuqALot; 11-26-2005, 05:41 AM.

        Comment

        • spacedog
          Yes that IS me. Bitch.
          • Nov 2001
          • 14149

          #5
          Originally posted by FuqALot
          with ftp you won't find it unless you could get out of your home folder. try to ssh to your domain and then type 'whereis perl' it will show you the path.
          thanks, i'll try this.

          Comment

          • elitetec
            Too lazy to set a custom title
            • Sep 2005
            • 4944

            #6
            just ask your host



            Add Your Site To My PR4 Blog
            Selling Sig ICQ-200636146

            Comment

            • ss821z
              Registered User
              • Nov 2005
              • 87

              #7
              $ locate perl

              Comment

              • mortenb
                Confirmed User
                • Jul 2004
                • 2203

                #8
                Originally posted by ss821z
                $ locate perl
                or put this in a .php file and upload it..
                Code:
                <?=exec("whereis perl");?>
                then running it should tell you where perl is..

                Comment

                Working...