Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Developer's tutorials: Perl 04: Array variables and scalar values

  • Mir Host
  • 2025-10-11
  • 36
Developer's tutorials: Perl 04: Array variables and scalar values
  • ok logo

Скачать Developer's tutorials: Perl 04: Array variables and scalar values бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Developer's tutorials: Perl 04: Array variables and scalar values или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Developer's tutorials: Perl 04: Array variables and scalar values бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Developer's tutorials: Perl 04: Array variables and scalar values

In Perl, It is surprising to find the $ used on arrays. It's easier to understand by thinking about it like this. When referring to a single value, you always use a $. If it is multiple values you use the @ symbol.

use v5.42;

my @scores = (72,95,86,82,79);

single value
say "First score is $scores[0]";
say "Last score is $scores[-1]";

multiple values
say "The whole array is @scores";

When we speak of a single string or number, for example, this is known as a "scalar". Scalar always means "one of".

Notice that the array "scores" with subscript zero is a scalar and is named with a $. Even though it is part of the array, it is still a scalar, or a single value. Since it refers to a single value, it must be named with a $.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]