in reply to Re^5: Why is my script not printing anything?and how to add a switch case in perl
in thread Why is my script not printing anything?and how to add a switch case in perl
Can i use something like below?
if($answer) error_entry(); else warning_entry();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Why is my script not printing anything?and how to add a switch case in perl
by cdarke (Prior) on Dec 02, 2010 at 09:11 UTC | |
|
Re^7: Why is my script not printing anything?and how to add a switch case in perl
by GrandFather (Saint) on Dec 02, 2010 at 10:05 UTC |