Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    use Win32::OLE::Const;
    ...
        printf "$const = %s\n", $xl->{$const};
        #printf "sub $const { %d }\n", $xl->{$const};
    }
    
  2. or download this
    sub constname { NNN }