Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pwebonline

    Is FollowSymLinks secure?

    I am the administrator of a server which runs VirtualDomains. I installed qmailadmin and was wondering if I could run a symlink to it so than all my VH can use it. For that I need to set FollowSymLinks for the cgi-bin's directories. Is it secure? Thank2
  2. pwebonline

    dir() but ordering files

    Hello everyone, I am using the function 'dir' like this: File = Dir("C:\*.TXT") The problem is that I need to be able to tell it somehow to return the oldest file. I could not find how to send it a parameter with an order or whatever. Any idea?
  3. pwebonline

    standard configuration file

    Could you provide some sample code? I am a newbie to all this :) THank you in advance.
  4. pwebonline

    standard configuration file

    Hi everyone, I am developing a project which includes php and perl. It would be nice if I had a standard configuration file for both of them. I was told it could be with two columns, key and value, and then have a subroutine that parses that data file and reads it into a hash. Has anyone done this?
  5. pwebonline

    hold constants between php and perl

    Sounds good... How would it be? I am kinda new in this... I would appreciated you helped me out with an example or something... Thanks.
  6. pwebonline

    hold constants between php and perl

    Hi everyone, I am developing a project which includes php and perl. It would be nice if I could have some contants in one file and include it in all my files (php and perl). In php: include ("inc/library.xx"); and in perl: require inc/library.xx Is there anyway to do this?

Part and Inventory Search

Back
Top