Help for this page

Select Code to Download


  1. or download this
    sub get_time {
        my ($string) = @_;
    ...
        /x;
        return ( \$sunrise, \$sunset );
    }
    
  2. or download this
    sub get_time {
        my ($string) = @_;
    ...
        /x;
        return (\$sunrise, \$sunset);
    }