Search
 
SCRIPT & CODE EXAMPLE
 

PERL

perl print an array

# Basic syntax:
print "@your_array
";
Comment

perl print array

# Perl

# syntax
print "@<array-name>";

# example
my @AgesArray = (25, 30, 40);
print "@AgesArray"; # OUTPUT: 25 30 40
Comment

PREVIOUS NEXT
Code Example
Perl :: split perl 
Perl :: perl sigils 
Perl :: append string perl 
Perl :: difference between @ and $ in perl 
Perl :: How to run a pearl script 
Pascal :: pascal read 
Pascal :: pascal input format check 
Pascal :: pascal online compiler 
Powershell :: CMD & Powershell History 
Powershell :: How to test HDD health in PowerShell 
Gdscript :: godot ignore function 
Clojure :: how to use clojure cond 
Abap :: the interface between the abap dictionary and the underlying database management system 
Assembly :: pickle dump into specific directory 
Assembly :: windows detect system dark mode 
Assembly :: html drag and drop anywhere 
Assembly :: get public ssh key 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: list all node processes 
Javascript :: javascript radian to degree 
Javascript :: check react version terminal windows 
Javascript :: jquery only number allowed to 10 digit 
Javascript :: count number of checkboxes in html jquery 
Javascript :: javascript lowercase string 
Javascript :: regex date validation mm/dd/yyyy 
Javascript :: how to console.log formData 
Javascript :: js scroll to id 
Javascript :: sleep for 1 second 
Javascript :: jquery css add important 
Javascript :: dconf-editor install terminal 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =