-
-
13 May 2015 16:02:29 UTC
- Distribution: Salvation-UpdateGvFLAGS
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (1083 / 1 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: mit
- Activity
24 month- Tools
- Download (2.62KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- B
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Salvation::UpdateGvFLAGS - Modifies GvFLAGS of a given SV
SYNOPSIS
Salvation::UpdateGvFLAGS::toggle( *asd::qwe, 0x80 );
FUNCTIONS
toggle( sv, flag )
Toggles given flag within GvFLAGS of an SV.
toggle_glob_flag_by_name( name, flag )
An alias for
toggle
.Example usage: package asd; sub qwe {} package main; Salvation::UpdateGvFLAGS::toggle_glob_flag_by_name( 'asd::qwe', 0x80 );
toggle_glob_flag_by_globref( ref, flag )
An alias for
toggle
.Example usage: package asd; sub qwe {} package main; Salvation::UpdateGvFLAGS::toggle_glob_flag_by_globref( \*asd::qwe, 0x80 );
toggle_glob_flag_by_coderef( ref, flag )
An alias for
toggle
.Example usage: package asd; sub qwe {} package main; Salvation::UpdateGvFLAGS::toggle_glob_flag_by_coderef( \&asd::qwe, 0x80 );
Module Install Instructions
To install Salvation::UpdateGvFLAGS, copy and paste the appropriate command in to your terminal.
cpanm Salvation::UpdateGvFLAGS
perl -MCPAN -e shell install Salvation::UpdateGvFLAGS
For more information on module installation, please visit the detailed CPAN module installation guide.