Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Array_with_join_function
#perl 5.26.1 use strict; use warnings; my @array=(1..6); my $scalar =join ("<>",@array); print $scalar;
run
|
edit
|
history
|
help
0
test hello world perl n texs
5_5
hashes
2nd
roni leonita 101745
G
Array_with_shift_function
version check
Simple Perl Interview Question
Perl