Name : perl-Tie-Function
| |
Version : 0.20.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 150500.1.1
| Date : 2024-07-23 22:21:20
|
Group : Unspecified
| Source RPM : perl-Tie-Function-0.20.0-150500.1.1.src.rpm
|
Size : 0.00 MB
| |
Packager : https://www_suse_com/
| |
Summary : wrap functions in tied hash sugar
|
Description :
Tie::Function simplifies wrapping functions in tied hash syntax so they can be interpolated in double-quoted literals without messy intermediate variables.
Here\'s how I use it the most:
use HTML::Entities; use Tie::Function; tie my %Entitize => \'Tie::Function\' => \\&encode_entities; ... print < < EOF; < em>$Entitize{$somethingaboutsomething}< /em>< br> < textarea name=\"something\" cols=\"60\" rows=\"10\">$Entitize{$something}< /textarea> EOF ...
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP5/noarch |