perl: safe() strings for concatenation
At some point, if you use perl enough, you'll encounter the following error message: Use of uninitialized value in concatenation (.) or string at ./progname.pl line #. While it does not…
At some point, if you use perl enough, you'll encounter the following error message: Use of uninitialized value in concatenation (.) or string at ./progname.pl line #. While it does not…
A trim() function should be native to perl, but since it isn't, this will have to do. sub trim { my @vals=@_; for (@vals) { s/^s+//; s/s+$//; } return wantarray ?…
Overview This document contains general procedures and techniques for using a voltmeter to diagnose Ford electronic components. It contains specific procedures for testing the Throttle Position (TP) sensor, Mass Air Flow…
Overview This document contains useful information that you can use while performing a camshaft swap on a Ford 4.0L V-6 engine. This procedure will cover the simplest way to do this…
Cashew Mandarin Orange Fried RiceThis healthy Fried Rice recipe is big on flavor, yet simple to make. My first suggestion is to prepare all the ingredients before starting th e cooking.…
This is the new site for BarryCrowder.net. Some of the old content has been removed, and other content has been moved. Sorry for any inconvenience. Hopefully, the new format will mean…