Help for this page

Select Code to Download


  1. or download this
    #!/user/bin/perl -w
    use strict;
    ...
    } else {
        print "Invalid input: Type a number or 'q' to quit\n";
    }
    
  2. or download this
    #!/user/bin/perl -w
    use strict;
    ...
            }
        }
    }
    
  3. or download this
    if (...) {
       ...
    ...
    } else {
       ...
    }
    
  4. or download this
    if (...) {
       ...
    ...
    }
    
    ...
    
  5. or download this
    if (X) {
       ...
    ...
    } else {
       ...
    }