معرفی شرکت ها


perl-String-TT-0.03-alt2.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

use TT to interpolate lexical variables
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته perl-String-TT
نام فایل بسته perl-String-TT-0.03-alt2.noarch.rpm
نسخه بسته 0.03
انتشار بسته alt2
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 17 Oct 2013 02
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/String-TT/
مجوز perl
حجم دانلود 7.0K
حجم نصب 8.479K
String::TT exports a `tt' function, which takes a TT (Template Toolkit) template as its argument. It uses the current lexical scope to resolve variable references. So if you say: my $foo = 42; my $bar = 24; tt '[% foo %] <-> [% bar %]'; the result will be `42 <-> 24'. TT provides a slightly less rich namespace for variables than perl, so we have to do some mapping. Arrays are always translated from `@array' to `array_a' and hashes are always translated from `%hash' to `hash_h'. Scalars are special and retain their original name, but they also get a `scalar_s' alias. Here's an example: my $scalar = 'scalar'; my @array = qw/array goes here/; my %hash = ( hashes => 'are fun' ); tt '[% scalar %] [% scalar_s %] [% array_a %] [% hash_h %]'; There is one special case, and that's when you have a scalar that is named like an existing array or hash's alias: my $foo_a = 'foo_a'; my @foo = qw/foo array/; tt '[% foo_a %] [% foo_a_s %]'; # foo_a is the array, foo_a_s is the scalar In this case, the `foo_a' accessor for the `foo_a' scalar will not be generated. You will have to access it via `foo_a_s'. If you delete the array, though, then `foo_a' will refer to the scalar. This is a very cornery case that you should never encounter unless you are weird. 99% of the time you will just use the variable name.


نیازمندی

مقدار نام
- /usr/share/perl5
- perl(List/Util.pm)
- perl(PadWalker.pm)
- perl(Sub/Exporter.pm)
- perl(Template.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.030 perl(String/TT.pm)
= 0.03-alt2 perl-String-TT


نحوه نصب


نصب پکیج rpm perl-String-TT:

    sudo apt-get install perl-String-TT-0.03-alt2.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-String-TT-0.03
/usr/share/doc/perl-String-TT-0.03/Changes
/usr/share/doc/perl-String-TT-0.03/README
/usr/share/perl5/String
/usr/share/perl5/String/TT.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2013-10-17

regenerated from template by package builder

2013-09-10

initial import by package builder