Re: Critcize my scripts.
- From: loan_tr@xxxxxxxxx (Loan Tran)
- Date: Fri, 24 Jun 2005 15:13:53 -0700 (PDT)
Thank you John and Wiggins for your time and
feedbacks.
Loan
--- "John W. Krahn" <krahnj@xxxxxxxxx> wrote:
> loan tran wrote:
> > Please critize my scripts and suggest better ways
> to
> > accomplish the same task.
> >
> > (I know it's a good practice to put use strict in
> Perl
> > script but I'm struggling to make my scripts work
> with
> > use strict.The script below work fine if I comment
> out
> > use strict.)
>
> They look more like shell scripts than Perl
> programs.
>
> Don't use qx() for everything, use Perl's built-in
> operators/functions or if
> you have to, use system().
>
> perldoc perlop
> perldoc perlfunc
>
> Don't use an ampersand in front of function names.
>
> perldoc perlsub
>
>
> John
> --
> use Perl;
> program
> fulfillment
>
> --
> To unsubscribe, e-mail:
> beginners-unsubscribe@xxxxxxxx
> For additional commands, e-mail:
> beginners-help@xxxxxxxx
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
>
>
>
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
.
- References:
- Re: Critcize my scripts.
- From: John W. Krahn
- Re: Critcize my scripts.
- Prev by Date: Re: Matching records in columns
- Next by Date: Re: escaping & in CGI.pm
- Previous by thread: Re: Critcize my scripts.
- Next by thread: anyone knows how to get rid of this error while building CPAN module XML:Smart
- Index(es):
Relevant Pages
|