fork download
  1. print "enter your faculty";
  2. $n = <stdin>;
  3. if ($n eq "biotechnology")
  4. {
  5. print "WELCOME";
  6. }
  7. else
  8. {
  9. print "Good bye";
  10. }
Success #stdin #stdout 0s 6044KB
stdin
biotechnology
stdout
enter your facultyWELCOME