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 :: perl post condition 
Perl :: perl substitution 
Perl :: perl remove all whitespace 
Perl :: perl variables 
Perl :: Move files to new directory 
Perl :: comments in perl 
Pascal :: store input in variable in pascal 
Pascal :: pascal error handling 
Pascal :: pascal cheat sheet pdf 
Powershell :: debloat window 10 
Powershell :: How to download jira attachments using curl 
Gdscript :: godot 
Clojure :: algorithm to reverse a string clojure 
Cobol :: google apps script remove nulls array 
Assembly :: MOD OPERATOR for register in arm assembly 
Assembly :: difference between machine language and assembly language 
Assembly :: x86 assembly not instruction 
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
3+5 =