Hi experts,
I have inherited this script, can someone explain what does
/\s+(\d+):\s+-\*\s+-/ do in this script:
open(NSR,"nsrjb|") || die "no nsrjb";
while(<NSR>) {
next unless /\s+(\d+):\s+-\*\s+-/;
$freeslot[$1]++;
}
close(NSR);
Grateful for any help.
Regards,
sami
I have a c# / powershell problem. Any help will be greatly appreciated.
My c# socket server listens on a port, listens for a TcpClient, creates a NetworkStream, GetBytes from the client, covert those bytes to string, passes that string to RunShell method which executes that string as a power...
I have a c# / powershell problem. Any help will be greatly appreciated.
My c# socket server listens on a port, listens for a TcpClient, creates a NetworkStream, GetBytes from the client, covert those bytes to string, passes that string to RunShell method which executes that string as a power...
Greetings,
I have googled/yahooed/msn'ed but all I found were Perl servers and C# clients. I want to create a perl client running on linux which passes a PowerShell Command/Script path to a C# threaded server running on Win server. Any ideas on how should I go about doing this? I have a c#...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.