- or download this
my $next_version_key = $ordered_list->[($i+1)]->[0]
if( $ordered_list->[($i+1)] );
- or download this
my $next_version_key = $ordered_list->[($i+1)]->[0] || undef;
- or download this
[] to @{ $ordered_list }
- or download this
[
undef,
{}
]
- or download this
[
${\$VAR1->[3][0]},
{}
]
- or download this
my $next_version_key = $ordered_list->[($i+1)]->[0] || 0;
- or download this
my $next_version_key = $ordered_list->[($i+1)]->[0]
if( $ordered_list->[($i+1)] );