Message from discussion
using Template effectively
Received: by 10.66.88.199 with SMTP id bi7mr23517pab.17.1345694263185;
Wed, 22 Aug 2012 20:57:43 -0700 (PDT)
Path: t10ni19344277pbh.0!nntp.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 22 Aug 2012 22:57:41 -0500
Date: Wed, 22 Aug 2012 21:57:42 -0600
From: Cal Dershowitz <c...@example.invalid>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0
MIME-Version: 1.0
Newsgroups: comp.lang.perl.misc
Subject: Re: using Template effectively
References: <362dnQQvu_UY267NnZ2dnUVZ_qednZ2d@supernews.com> <4ghcg9-9lr2.ln1@anubis.morrow.me.uk> <r5lcg9-v5s2.ln1@anubis.morrow.me.uk> <XqWdnZe1koJZOKjNnZ2dnUVZ_tydnZ2d@supernews.com> <4ZSdnRUL6pveOqjNnZ2dnUVZ_jKdnZ2d@supernews.com>
In-Reply-To: <4ZSdnRUL6pveOqjNnZ2dnUVZ_jKdnZ2d@supernews.com>
Message-ID: <LoOdnftOd-arN6jNnZ2dnUVZ_uudnZ2d@supernews.com>
Lines: 64
X-Trace: sv3-0SRhjfl6L1xGvfGQENSY0ZeMaXqC3Mqks6Rek2hbyhtIIB5MeOpUbN3FcT7dBAlpj6u3VRcTXdkFFPq!8eHq52ODPis/k4qBTwOnWjDO+O+cZInTJM4HC6KWeQeaMdP4CHzutiF1oEcv46gmkW67goygO6gi!aXM+oQTR6Q==
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
Bytes: 3676
X-Original-Bytes: 3615
X-Received-Bytes: 3756
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
On 08/22/2012 09:45 PM, Cal Dershowitz wrote:
> On 08/22/2012 09:38 PM, Cal Dershowitz wrote:
>
>> perl-base
>> perl-doc
>> perl-modules
>> perl
>> $
>>
>> Q2) 25 whats are not upgraded. Are there 25 other things that have
>> something to do with perl?
>>
>> I'll just keep on working my way up the list.
>
> $ sudo apt-get install perl-modules
> [sudo] password for fred:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> perl-modules is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 25 not upgraded.
> $ sudo apt-get install perl-base
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> perl-base is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 25 not upgraded.
> $
>
> My guess is that the 25 has something to do with libraries that have
> perl and then a dash in their names.
>
This is the only one that wasn't already the newest version:
$ sudo apt-get install libcgi-fast-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libfcgi-perl
The following NEW packages will be installed:
libcgi-fast-perl libfcgi-perl
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 66.4 kB of archives.
After this operation, 310 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/universe libfcgi-perl
i386 0.74-1build1 [36.6 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe
libcgi-fast-perl all 5.14.2-6ubuntu2.1 [29.8 kB]
Fetched 66.4 kB in 0s (98.1 kB/s)
Selecting previously unselected package libfcgi-perl.
(Reading database ... 182246 files and directories currently installed.)
Unpacking libfcgi-perl (from .../libfcgi-perl_0.74-1build1_i386.deb) ...
Selecting previously unselected package libcgi-fast-perl.
Unpacking libcgi-fast-perl (from
.../libcgi-fast-perl_5.14.2-6ubuntu2.1_all.deb) ...
Processing triggers for man-db ...
Setting up libfcgi-perl (0.74-1build1) ...
Setting up libcgi-fast-perl (5.14.2-6ubuntu2.1) ...
$
--
Cal