Help for this page

Select Code to Download


  1. or download this
    my $title="$dbrow{'Title'}";
    
    ...
    if (lc($1) eq lc($layer)) {
        #do something...
    }