c
Size: a a a
c
AK
AK
AK
# check boundary cases:
$ ./greets_complx.pl $(((1<<32) -1))
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]
$ ./greets_complx.pl 0
[]
# normal case
$ ./greets_complx.pl 12345
[0, 3, 4, 5, 12, 13]
AK
AS
c
c
AS
c
AP
# check boundary cases:
$ ./greets_complx.pl $(((1<<32) -1))
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]
$ ./greets_complx.pl 0
[]
# normal case
$ ./greets_complx.pl 12345
[0, 3, 4, 5, 12, 13]
AP
AP
The “payload” string to be communicated along with the notification. This must be specified as a simple string literal. In the default configuration it must be shorter than 8000 bytes. (If binary data or large amounts of information need to be communicated, it's best to put it in a database table and send the key of the record.)
AP
AK
AK
AP
AK
AP
AP