-
-
Save breezhang/11450086 to your computer and use it in GitHub Desktop.
perl5 Win32::CLR .net Several versions first call new add full name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!perl -w | |
use Win32::CLR; | |
use Data::Dumper::Concise; | |
$a = Win32::CLR->create_instance( | |
"System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", | |
2007, 8, 9, 10, 11, 12 | |
); | |
print $a; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment