Help for this page

Select Code to Download


  1. or download this
    sub someFunc {
      my @args = qw( client_number MM DD S );  # no commas here
    ...
      }
      # hooray
    }
    
  2. or download this
    sub someFunc {
      my $args = [
    ...
      }
      # hooray
    }