YaST2 Developers Documentation: Perl:: built-in functions | ![]() |
![]() |
Perl:: built-in functions
Note that with the migration to the new interpreter, these builtins don't work! I will rework the docs. -- mvidner
Calls a perl function ...
Calls a perl function ...
Calls a perl function ...
Calls a perl function ...
Calls a perl function ...
Evaluates Perl code and returns the result.
Loads a Perl script. This executes Perl "use" instructions and BEGIN blocks, but not the script itself. Internal structures must be cleaned up by Perl::Destroy before it can be called again.
Runs a script loaded by Perl::Parse or Perl::LoadModule. Can be called repeatedly.
Loads a module. |
YaST2 Developers Documentation: Perl:: built-in functions | ![]() |