in reply to Re: Re: Re: Returns from using system function
in thread Returns from using system function

Ok, Thank you for the guidance. Sorry about the basic questions but I am quite new to perl, so... I checked it out and apparantly the errno is EPERM, which unfortunately means absolutely nothing to me. Any more help out there?
Thank you kindly! Kalimeister
  • Comment on Re: Re: Re: Re: Returns from using system function

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Returns from using system function
by chromatic (Archbishop) on Dec 05, 2001 at 11:17 UTC
    The manpage for errno on my box listed several of the more common constants, with brief explanations. A good OS-level C tutorial may go into more detail. I'd check Google. (EPERM means "operation not permitted", though.)