Help for this page
sub mycheck { my $db = shift || ""; ... sub mycheck2 { my $db = @_ ? $_[0] : ""; }