Let\'s say i have 15 processes/daemons running in the background. let\'s say one of the process has dumped the core.
Here\'s my code that is not working: print \"To: \";my $to=<>;chomp $to; print \"From: \";my $from=<>;chomp $from;
I need to check if I Filesystem exists, and if it does exist there is 300 MB of space in it. What I have so far: