Have fun - and congratulations if you got it right at first look! ;)#!/usr/bin/perl use strict; use warnings; use Data::Dumper; _test(); exit; ######## subroutines { my @values = qw( 1 2 3 ); sub _test { print "Values:\n", Dumper( \@values ); } }
In reply to Check your wits by Krambambuli
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |