in your code, which is a "no no". The correct syntax should be$part = @array[$antal];
I double checked your code, and confirmed with my observation. Your original code of @array[$antal] created a slice, and you were assigning a list into a scalar.$part = $array[$antal];
In reply to Re: perl cgi-bin script
by Roger
in thread perl cgi-bin script
by AlexanderZ
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |