Help for this page

Select Code to Download


  1. or download this
    sub get_sensor_id($) {
        my ($sensor) = @_;
        print "sensor input: $sensor\n";
        return 0;
    }
    
  2. or download this
    $value =~ s/^\s+|\s+$//g;