in reply to Perl OLE Excel Sort By Color
If you already have working Visual Basic code, why don't you convert that code to Perl? It's pretty straightforward.
MyFunction( Foo= bar )
becomes
MyFunction( { Foo => $bar } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl OLE Excel Sort By Color
by martinslmn (Novice) on Jun 02, 2015 at 12:43 UTC | |
by hdb (Monsignor) on Jun 02, 2015 at 13:43 UTC | |
by Corion (Patriarch) on Jun 02, 2015 at 13:03 UTC |