for (@ARGV) {
if (/^6\d{4}$/) { $item_code = $_; $action = 'load'; }
elsif (/^stop$/) { $action = 'stop' ; }
elsif (/^start$/) { $action = 'start'; }
else { print "Default\n"; }
}
print "Item : " . $item_code . "\n";
print "Action : " . $action . "\n";
Greenshot print screen not working ON new Windows 11 install
Installed Greeshot but when pressing Print Screen key I got the default windows screen capture tool instead of...
0 Comments