Hey how would I go about having a perl script create an array in there and send it to PHP to have PHP display contents?
What we are looking to do is search our servers with PERL to see what files belong to a certian person. From there we want to display the file names and paths from our servers where they are owned by the user. We have all that no problem. I just need to know how I can retrieve information in an array from PERL. Is there a way to use the exec() function for that or something? We can have PERL return 1 or 0's depending on if there are files but if it's a 1 we would like to display the files. Thank you so much and have a good one!
Chad