Help for this page

Select Code to Download


  1. or download this
    my $tempport;                      # declare var
    if(  $args{DOUBLE_BYTE} =~ /y/i )  # try to match with a regex
    ...
    {
      $tempport = SB_CATPORT;         # Set to SB_CATPORT
    }