Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Array_with_shift_function
#perl 5.26.1 use strict; use warnings; my @animals =("cat","bird","fish","dog"); #push(@animals,"snake"); my $number=push(@animals,"snake"); my $snake=pop(@animals); my $dog=shift(@animals); print ("@animals\n");
run
|
edit
|
history
|
help
0
Perl logo
perl_tutorial
roni leonita 101745
G
Lieta 101733
perl plot circular list in a circle
Perl
Reference
Array_with_push_function
Perlday1