Help for this page

Select Code to Download


  1. or download this
    sub NI_Click {
        `"C:\\PATH\\IEXPLORE.EXE" http://ourserver`;    # please ignore th
    +e hardcoded path
    }
    
  2. or download this
    sub NI_Click {
        my $pid = fork();
    ...
            exit();
        }
    }