Home : General : Perl Programming :

General: Perl Programming: Re: [Andy] Auto Backup script..: Edit Log

Here is the list of edits for this post
Re: [Andy] Auto Backup script..
use strict;
use warnings;

Honestly now, I'm not joking, you'll save yourself a lot of headaches and confusion if you add these in. They will make your life easier. They are there to help you. Do consider using them. They are your friend. :-)

I wish I started coding using use strict; instead of learning about it two years down the line. I blame the Matt's Script Archive myself for louzy coding, and therefore me copying louzy coding which doesn't help. Get into the habbit, it'll take you a fraction longer to code up in the first place but the benefits are immense.

- wil

Last edited by:

Wil: Jun 26, 2002, 2:51 AM

Edit Log: