⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 perlintern.pod

📁 MSYS在windows下模拟了一个类unix的终端
💻 POD
字号:
=head1 NAMEperlintern - autogenerated documentation of purely B<internal> 		 Perl functions=head1 DESCRIPTIONThis file is the autogenerated documentation of functions in the Perl interpreter that are documented using Perl's internal documentationformat but are not marked as part of the Perl API. In other words, B<they are not for use in extensions>!=over 8=item is_gv_magicalReturns C<TRUE> if given the name of a magical GV.Currently only useful internally when determining if a GV should becreated even in rvalue contexts.C<flags> is not used at present but available for future extension toallow selecting particular classes of magical variable.	bool	is_gv_magical(char *name, STRLEN len, U32 flags)=for hackersFound in file gv.c=item LVRETTrue if this op will be the return value of an lvalue subroutine=for hackersFound in file pp.h=item PL_DBsingleWhen Perl is run in debugging mode, with the B<-d> switch, this SV is aboolean which indicates whether subs are being single-stepped. Single-stepping is automatically turned on after every step.  This is the Cvariable which corresponds to Perl's $DB::single variable.  SeeC<PL_DBsub>.	SV *	PL_DBsingle=for hackersFound in file intrpvar.h=item PL_DBsubWhen Perl is run in debugging mode, with the B<-d> switch, this GV containsthe SV which holds the name of the sub being debugged.  This is the Cvariable which corresponds to Perl's $DB::sub variable.  SeeC<PL_DBsingle>.	GV *	PL_DBsub=for hackersFound in file intrpvar.h=item PL_DBtraceTrace variable used when Perl is run in debugging mode, with the B<-d>switch.  This is the C variable which corresponds to Perl's $DB::tracevariable.  See C<PL_DBsingle>.	SV *	PL_DBtrace=for hackersFound in file intrpvar.h=item PL_dowarnThe C variable which corresponds to Perl's $^W warning variable.	bool	PL_dowarn=for hackersFound in file intrpvar.h=item PL_last_in_gvThe GV which was last used for a filehandle input operation. (C<< <FH> >>)	GV*	PL_last_in_gv=for hackersFound in file thrdvar.h=item PL_ofs_svThe output field separator - C<$,> in Perl space.	SV*	PL_ofs_sv=for hackersFound in file thrdvar.h=item PL_rsThe input record separator - C<$/> in Perl space.	SV*	PL_rs=for hackersFound in file thrdvar.h=back=head1 AUTHORSThe autodocumentation system was originally added to the Perl core by Benjamin Stuhl. Documentation is by whoever was kind enough to document their functions.=head1 SEE ALSOperlguts(1), perlapi(1)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -