What is the Powershell equivalent to Perl's qw() function? In v2 I can write my own with -split, but I'm assuming that there's an exiting method that I just can't find in the documentation.
|
|
|
|
|
|
|
We include this functionality in the PowerShell Community Extensions e.g.:
If you don't want to install PSCX, the function is trivial:
|
||||
|
