Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
local
/
lib64
/
perl5
/
Moose
/
Meta
/
Method
/
Accessor
/
Native
/
Code
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
execute.pm
318 B
-r--r--r--
2021-11-07 03:35:17
Edit
Del
execute_method.pm
332 B
-r--r--r--
2021-11-07 03:35:17
Edit
Del
Editing: execute.pm
(318 B)
Path: /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Code/execute.pm
Back
package Moose::Meta::Method::Accessor::Native::Code::execute; our $VERSION = '2.2201'; use strict; use warnings; use Moose::Role; with 'Moose::Meta::Method::Accessor::Native::Reader'; sub _return_value { my $self = shift; my ($slot_access) = @_; return $slot_access . '->(@_)'; } no Moose::Role; 1;