
Zhris
Enthusiast
Aug 6, 2014, 12:27 PM
Post #28 of 35
(8340 views)
|
Re: [terrykhatri531] Need help to improve pagination
[In reply to]
|
Can't Post
|
|
Hmm thats strange, I might throw an example together later and see if I encounter the same issue, but nonetheless you have it working! I don't understand your last issue, it seems like its a simple case of adding 1 to your variable in certain instances?
for (0 .. 10) { print $_, ", "; print $_ + 1, "\n"; } Chris
|