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 SkipVought 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. jb53403

    Allowing CGI script to read directory?

    I'm writing a CGI script in UNIX that needs to be able to read the contents of a directory /foo/bar on the server. The problem I'm running into is the 'nobody' user doesn't have permission to read /foo/bar. # This doesn't work... my @configs_glob = glob("/foo/bar/*.ini"); # Permissions of...
  2. jb53403

    Noob question about precedence and exit status

    Yes, I should have realized the move command came from File::Copy. Your suggestion worked like a charm. Thanks!
  3. jb53403

    Noob question about precedence and exit status

    I'm trying to find out why a particular Perl script is experiencing errors on a move command. Here's the line that's erroring: move( "$file", "$homeDir/trash/" ) or $err1 = "Y"; I want to capture the exit status of the move command, but still make sure the err1 variable gets set to Y, since...

Part and Inventory Search

Back
Top