Search Results

Search: Posts Made By: navjot99cheema
3,671
Posted By navjot99cheema
while loop in perl script
#! /usr/bin/perl

$exp = "y";
while ($exp !="n") {
system "clear"; # clear the window

print "\nEnter the number of Widgets ordered: ";
$widgetcount = <STDIN>; #vairable to save the...
Showing results 1 to 1 of 1

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