Name: | perl-vars |
---|---|
Version: | 1.05 |
Release: | 471.module+el8.6.0+20545+312b6629 |
Architecture: | noarch |
Module: | perl:5.32:8060020211122091432:e82d91b1 |
Group: | Unspecified |
Size: | 4926 |
License: | GPL+ or Artistic |
RPM: | perl-vars-1.05-471.module+el8.6.0+20545+312b6629.noarch.rpm |
Source RPM: | perl-5.32.1-471.module+el8.6.0+20545+312b6629.src.rpm |
Build Date: | Wed Apr 06 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.perl.org/ |
Summary: | Perl pragma to predeclare global variable names |
Description: | This pragma will predeclare all the variables whose names are in the list, allowing you to use them under "use strict", and disabling any typo warnings for them. For use with variables in the current package for a single scope, the functionality provided by this pragma has been superseded by "our" declarations, available in Perl v5.6.0 or later, and use of this pragma is discouraged. |