Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Perl system() function return values

  • 30-05-2007 8:53am
    #1
    Registered Users, Registered Users 2 Posts: 3,809 ✭✭✭


    Does anybody know where I could get information on the Perl function system()?
    I'm looking specifically for the meanings of the numbers it returns. I know for example that 0 equates to successful but after that I have no clue.
    All help appreciated.
    Lou


Comments

  • Closed Accounts Posts: 97 ✭✭koloughlin


    The return code comes from the process being run, not from the system command itself. The system command just makes them available to you. You'll really need to research the actual command you're running to understand its return codes.


  • Registered Users, Registered Users 2 Posts: 3,809 ✭✭✭CerebralCortex


    Figured as much since posting. Was just trying all avenues. Thanks for your help.


Advertisement