Search Results

Search: Posts Made By: jahburmski
840
Posted By balajesuri
#! /bin/bash # declare -i userResponse # If...
#! /bin/bash

# declare -i userResponse # If you typecast userResponse as an integer, then how will it hold "y" to imply yes!
# declare -i testScore # Don't typecast variables unless you really...
22,273
Posted By MacMonster
The following code demonstrates a basic menu by...
The following code demonstrates a basic menu by using <STDIN> for reading input.


#!/usr/bin/perl

use strict;
use warnings;
use Switch;

my $input = '';

while ($input ne '6')
{
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy