#basics
Showing 11 pages (tag pages are not indexed).
- subroutines • beginnerHow to call a subroutine in Perl?
- subroutines • beginnerHow to define a subroutine in Perl?
- control-flow • beginnerHow to use until loop in Perl?
- control-flow • beginnerHow to use unless conditional in Perl?
- control-flow • beginnerHow to use if-else conditional in Perl?
- regex • beginnerHow to match start and end of string with ^ and $ in Perl?
- regex • beginnerHow to use character classes [a-z] in Perl regex?
- regex • beginnerHow to perform a simple regex match in Perl?
- variables • beginnerHow to initialize a hash in Perl with key-value pairs?
- variables • beginnerHow to create an array in Perl and access its elements?
- variables • beginnerHow to declare and assign a scalar variable in Perl?