文件操作 - Facet.pm
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/perl/5.34.0/Test2/API/InterceptResult/Facet.pm
编辑文件内容
package Test2::API::InterceptResult::Facet; use strict; use warnings; our $VERSION = '1.302183'; BEGIN { require Test2::EventFacet; our @ISA = ('Test2::EventFacet'); } our $AUTOLOAD; sub AUTOLOAD { my $self = shift; my $name = $AUTOLOAD; $name =~ s/^.*:://g; return undef unless exists $self->{$name}; return $self->{$name}; } sub DESTROY {} 1;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件