Forum: Troubleshooting Dead Machines Aug 24th, 2006 |
| Replies: 2 Views: 1,391 Best thing to do is do your troubleshooting in steps.
First, write down what applications you use, which one's are open during the freeze. One by one, take one away after the freeze, if it still... |
Forum: Perl Aug 24th, 2006 |
| Replies: 1 Views: 3,628 You could probably use ImageMagick to accomplish this. There's actually a ImageMagick CPAN module available out there. |
Forum: Perl Aug 24th, 2006 |
| Replies: 13 Views: 9,368 This wouldn't be a problem with the script since it runs fine from the command but a misconfiguration of apache or whatever webserver you are using. |
Forum: Perl Aug 24th, 2006 |
| Replies: 2 Views: 2,724 I'm confused, are you trying to run it specifying a date from the past? Why would that run, I would understand a program not understanding time travel since it will never be that specific time and... |
Forum: Perl Aug 24th, 2006 |
| Replies: 1 Views: 1,816 Is this a user on the same system you're sending to? If not, write some code to add a return receipt or just write your script to check if the user's total number of emails have increased. |
Forum: Perl Aug 24th, 2006 |
| Replies: 4 Views: 5,993 Are you just sending emails to yourself?
If you are sending emails, they will queue until they are sent. When you recieve emails, they spool in /var/spool/mail or any other location that sendmail... |
Forum: Perl Aug 24th, 2006 |
| Replies: 1 Views: 3,546 Either that package is not found in your default PERL_LIB path or isn't installed. |
Forum: Perl Aug 24th, 2006 |
| Replies: 1 Views: 9,281 sleep()
perldoc is your friend.
perldoc -f sleep
Not sure what you mean by Package support, it's build into Perl.. |
Forum: Perl Aug 24th, 2006 |
| Replies: 2 Views: 2,073 I'd recommend the RegExpressions book from O'Reilly, I'm sure they have it online somewhere or online with their Safari online suite. But learning regular expressions shouldn't have to pertain to... |
Forum: Troubleshooting Dead Machines Aug 24th, 2006 |
| Replies: 2 Views: 4,878 I just recently had the same problem with a T23 I had for a little over a year. Was a great laptop I got used. I left it on and when I came back in the morning, it was in hibernation mode. I couldn't... |