- or download this
my (@sargs) = @_;
- or download this
my $var = @list;
- or download this
my ($var) = @list;
- or download this
my $config = {"delete" => 0, soFiles => []};
- or download this
my $config = {"delete" => 0, soFiles => };
my $config = {"delete" => 0, "soFiles" => };
- or download this
$config->{delete} = 1; # why -> is it a reference ?
- or download this
$config{delete} = 1
- or download this
#/usr/bin/perl
use strict;
use warnings;
use diagnostics; # optional; turns on more descriptive warnings