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 Chriss Miller 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. daithimcc

    unlink($ful) does not delete

    At the risk of repeating what I have already posted in another forum(!!): I actually always intended to validate the input (and have since). The input has to be of a certain length and contain only certain (alphanumeric) characters. Also the input is not really the file name - it is then mashed...
  2. daithimcc

    unlink($ful) does not delete

    It was desperation and frustration - but the strategy worked! (5 forums) The error given is "Insecure dependency in unlink while running with -T switch at dfl.pl line 42", which I solved by removing the -T switch! I didn't realise these error messages were generated on the server log and not in...
  3. daithimcc

    unlink($ful) does not delete

    Unfortunately I have got no further. I am working on a Macintosh computer, but uploading the scripts to my website and running them via my browser address bar. So to run tester.pl in safari (browser) I type www.mydomain.com/.../tester.pl This is what I have used (based on what you said)...
  4. daithimcc

    unlink($ful) does not delete

    I have been trying to delete a file using a script and it is refusing to go. (I have very little experience of Perl). One script creates the temporary file (empty) and later another is to delete it. The url passes a parameter to the script: e.g. dfile.pl?f=abcde The filename f obviously varies...

Part and Inventory Search

Back
Top