Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: sed deleting file

by snoopy (Curate)
on Dec 06, 2010 at 20:59 UTC ( [id://875690]=note: print w/replies, xml ) Need Help??


in reply to sed deleting file

Its always a good idea to do basic status checking of even the most trivial system call. There's always a chance of failure on a live system. For example:
  • incorrect path setup
  • exhaustion of resources such as physical disk
  • shell not available
  • permissions or process limits
  • missing utilities (although unlikely with sed)
  • many others ....
system "sed 's/,)/)/' pbxiplp > pbxiplp1" and die "system call failed: $!";
See also system.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-23 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found