Skip to content

Instantly share code, notes, and snippets.

@breezhang
Created May 1, 2014 12:01
Show Gist options
  • Save breezhang/11450086 to your computer and use it in GitHub Desktop.
Save breezhang/11450086 to your computer and use it in GitHub Desktop.
perl5 Win32::CLR .net Several versions first call new add full name
#!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