use strict; use warnings; print("Enter the number of flags which needs to be generated..\n"); my $num=<STDIN>;
this is some part of my code. If the input number is 0 or less than 0 than it should jump to some other part say line number 32 of my code. how can I achieve that? any specific function which I can use?
In reply to how to jump to some specific line in my code ? by ankit.tayal560
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |