perl 调用方法 子例程说明

本文介绍了Perl语言中如何通过包来实现面向对象编程的概念。详细解释了在Perl中类的定义和使用方式,以及方法调用的特殊语法。此外还提到了Perl中方法与常规子程序之间的区别。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Perl does not provide any special syntax for class definitions

Perl 不提供任何特殊的语法对于类的定义

A package is simply a namespace containing variables and subroutines. The only difference is that in a class, the 

subroutines may expect a reference to an object or the name of a class as the first argument. This is purely a 

matter of convention, so a class may contain both methods and subroutines which don't operate on an object or 

class.

一个包是一个简单的名字空间包含变量和子程序。唯一的区别是在一个class里,

子程序可能被期望一个引用到一个对象或者 类的名字作为第一个参数

这是一个纯粹的惯例,因此一个class可能包含方法和子程序  不操作在对象或者类上。


l does not provide any special syntax for defining a method. A method is simply a regular subroutine, and is 

declared with sub. What makes a method special is that it expects to receive either an object or a class name as 

its first argument.
Perl does provide special syntax for method invocation, the -> operator. We will cover this in more detail later.
Most methods you write will expect to operate on objects:


我不提供任何特殊的符号用于一个方法, 一个方法是一个简单普通子程序,


并且是以sub定义。 让一个方法特别是他期望接收一个对象或者类名作为第一个参数


Perl 提供了特别的符号用于方法调用 ->操作符

转载于:https://www.cnblogs.com/zhaoyangjian724/p/6200021.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值