From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 28 June 2007 20:46 To: activeperl@listserv.ActiveState.com Subject: Re: Re: MP3::Tag - iTunes cannot read ID3 tags written by MP3::Tag?
> Thanks for the uhhh... pointers (wrong language?). As a newbie, when I "use strict" I end up chasing so many > rabbits down blind holes that I spend days troubleshooting issues that have nothing to do with my program. I > realize I will have to apply the discipline at some point... Now is the best and easiest time to apply the (self) discipline, i.e. before you get into bad habits. Besides those issues have plenty to do with your code, they are (potential) bugs. Using strictures is effectively asking perl to help you write better code. It also makes your request for help look better when you ask on a public forum if you make it clear that you asked perl for help first. > for now, writing code on my own time/dime, I > persist with the bare minimum "-w". If you have dire warnings (hehe) with regard to this approach, I'm all > ears. The important thing is that you enable warnings. Having "use warnings;" in your code makes it a bit more obvious than "-w" that you have done so. If you can persuade you editor to do the work for you then "use warnings;" becomes no more effort than "-w". What you do in private, however, is up to you. > > Yes, you are right, I added the comments to the listserv posting-- which were invalid in Perl-ese. Which illustrates why you should cut&paste your code rather than typing it. It doesn't help your cause if people trying to help you have to fix syntax errors before they can run your code. > > BINGO! You pointed out my ASS-umption that there was a FALSE literal defined inherently in Perl! :) As I said "use strict;" would have given you a hint that something was wrong with that. In any event, I am glad that you have fixed your problem. HTH -- Brian Raven ========================================= Atos Euronext Market Solutions Disclaimer ========================================= The information contained in this e-mail is confidential and solely for the intended addressee(s). Unauthorised reproduction, disclosure, modification, and/or distribution of this email may be unlawful. If you have received this email in error, please notify the sender immediately and delete it from your system. The views expressed in this message do not necessarily reflect those of Atos Euronext Market Solutions. Atos Euronext Market Solutions Limited - Registered in England & Wales with registration no. 3962327. Registered office address at 25 Bank Street London E14 5NQ United Kingdom. Atos Euronext Market Solutions SAS - Registered in France with registration no. 425 100 294. Registered office address at 6/8 Boulevard Haussmann 75009 Paris France. L'information contenue dans cet e-mail est confidentielle et uniquement destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. Toute copie, publication ou diffusion de cet email est interdite. Si cet e-mail vous parvient par erreur, nous vous prions de bien vouloir prevenir l'expediteur immediatement et d'effacer le e-mail et annexes jointes de votre systeme. Le contenu de ce message electronique ne represente pas necessairement la position ou le point de vue d'Atos Euronext Market Solutions. Atos Euronext Market Solutions Limited Société de droit anglais, enregistrée au Royaume Uni sous le numéro 3962327, dont le siège social se situe 25 Bank Street E14 5NQ Londres Royaume Uni. Atos Euronext Market Solutions SAS, société par actions simplifiée, enregistré au registre dui commerce et des sociétés sous le numéro 425 100 294 RCS Paris et dont le siège social se situe 6/8 Boulevard Haussmann 75009 Paris France. ========================================= _______________________________________________ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs