Search
 
SCRIPT & CODE EXAMPLE
 

PERL

difference between @ and $ in perl

$ for scalar values (number, string or reference)
@ for arrays
% for hashes (associative arrays)
& for subroutines (aka functions, procedures, methods)
* for all types of that symbol name. In version 4 you used them like
  pointers, but in modern perls you can just use references
Comment

PREVIOUS NEXT
Code Example
Perl :: len perl 
Perl :: perl rename a file 
Perl :: nested haah in perl 
Pascal :: pascal press any key to continue 
Pascal :: pascal try except 
Pascal :: while do in pascal 
Pascal :: Pascal (fpc 3.0.4) sample 
Powershell :: takeown command 
Powershell :: Auto-open DevTools on every new tab For powershell on Windows 
Gdscript :: godot check left mouse button 
Clojure :: how to use clojure cond 
Abap :: abap char variable 
Assembly :: restart kde 
Assembly :: pycryptodome aes 256 cbc 
Assembly :: that long word from mary poppins 
Assembly :: gridbaglayout span 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: map range of numbers to another range 
Javascript :: jest cache clear 
Javascript :: javascript replace spaces with dashes 
Javascript :: import redux thunk 
Javascript :: jquery refresh page 
Javascript :: delete session javascript 
Javascript :: get week day name in javascript 
Javascript :: how to remove checked attribute of checkbox in jquery 
Javascript :: loop array backwards javascript 
Javascript :: generate random whole numbers within a range javascript 
Javascript :: jquery remove and add class 
Javascript :: how to use another port in angular 
Javascript :: How to get current URL with Javascript or React 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =