Hey all,
Just wanted to ask a question that's been burning in my head for some time now. Here's an example of a script that I want to modify.
$itemType = "PC";
sub get_item_weight
{
$itemWeight = "";
if ( $itemType eq "PC" ) {
$itemWeight = "50";
}
elsif ( $itemType eq "CPU" ) {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.