Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: no output

by socketdave (Curate)
on Sep 09, 2005 at 16:43 UTC ( [id://490641]=note: print w/replies, xml ) Need Help??


in reply to no output

Please post a script that exhibits this behavior. My guess is that you have noexec set for the partition containing your program. Try copying your .pl file to /bin and running it from there (unless it deletes everything in the current directory, of course ;)

Replies are listed 'Best First'.
Re^2: no output
by joco10 (Novice) on Sep 09, 2005 at 17:08 UTC
    I tried it in the bin folder and it worked. What does that mean?
      Basically, your /home partition is set up to not allow programs to run from it. It's to prevent malicious code from running on your system. It can be disabled by editing /etc/fstab, but I advise you to create a directory in /usr to work on your code. Good luck!
        Thanks, That works.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://490641]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-19 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found