- or download this
my %day = ( 'today' => 0, 'tomorrow' => 1 );
- or download this
if ( !$passed_params{type} ) {
$passed_params{type} = 0;
...
else {
$passed_params{type} = $type{ $passed_params{type} };
}
- or download this
$passed_params{type} = $type{ $passed_params{type} // 'all' }//0;
- or download this
$passed_params{day} = _get_day($passed_params{day});
. . .
func(..., $passed_params{day}, ...);
- or download this
#!/usr/bin/perl
#
...
Countrycode for a specific country
=cut