Skip to content

Instantly share code, notes, and snippets.

@SunKing2
Created July 18, 2023 00:49
Show Gist options
  • Save SunKing2/7cab8dc7433d36212c4df0d6b5537bf9 to your computer and use it in GitHub Desktop.
Save SunKing2/7cab8dc7433d36212c4df0d6b5537bf9 to your computer and use it in GitHub Desktop.
Gotchas in perl 7
Gotchas in perl 7
Class:
- you can't just initialize any field using a constructor.
: it must have :param on it
field $employee_number: param;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment