Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kumar1986

    How to write a switch statement in perl

    Hello I have written a perl code using nested if statements but i want to use switch function insted of nestedif #!/usr/bin/perl print "Enter the Integers"; my $Integers =<>; my @numbers =split(',',$Integers); $numofint =scalar(@numbers ); @oldarray=0; foreach my $num (@numbers) {...

Part and Inventory Search

Back
Top