Help for this page

Select Code to Download


  1. or download this
    use Win32;
    Win32::MsgBox("How are you?");
    
  2. or download this
    sub displayObj {
        my $obj = shift();
    ...
    displayObj( $window);
    displayObj( $window->{document});
    ...
    
  3. or download this
    <SCRIPT LANGUAGE="PerlScript">
    sub DoSelectSite {
    ...
    </SELECT>
    </FORM>
    </BODY>