Re: Here is my Perl "skeleton" (starter) script (what do you use?)
- From: axel@xxxxxxxxxxxxxxxxxxxxxx
- Date: Thu, 15 Sep 2005 12:36:35 GMT
John Bokma <john@xxxxxxxxxxxxxxx> wrote:
> usenet@xxxxxxxxxxxxxxx wrote:
>> Matija Papec wrote:
>>> You have much room for improvements on your "skeleton"; that is, if
>>> you're into finding a better ways/practices.
>>
>> I'm always looking for improvements. But I thought my script was
>> pretty good (most of it was taken straight from the perldocs of the
>> various modules I'm using). However, I would be very interested to
>> know of any specific suggestions you have to improve it.
>
> A skeleton I used was:
>
> #!/usr/bin/perl
>
> use strict;
> use warnings;
>
> but I put it in the closet :-)
abbr #p #!/usr/bin/perl
use strict;
use warnings;
in my .exrc file.
Axel
.
- References:
- Here is my Perl "skeleton" (starter) script (what do you use?)
- From: usenet
- Re: Here is my Perl "skeleton" (starter) script (what do you use?)
- From: Matija Papec
- Re: Here is my Perl "skeleton" (starter) script (what do you use?)
- From: usenet
- Re: Here is my Perl "skeleton" (starter) script (what do you use?)
- From: John Bokma
- Here is my Perl "skeleton" (starter) script (what do you use?)
- Prev by Date: Re: Perl portability
- Next by Date: Re: Matching values from array and finding length
- Previous by thread: Re: Here is my Perl "skeleton" (starter) script (what do you use?)
- Next by thread: Re: Here is my Perl "skeleton" (starter) script (what do you use?)
- Index(es):
Relevant Pages
|