Help for this page

Select Code to Download


  1. or download this
       elsif ( $toto =~ /-s=(\w+)/ ) {
           print smstype($toto);
       }
    
  2. or download this
    sub smstype {
        # Using uc() will allow the user to enter lowercase letters too
    ...
        }
        return $sms;
    }