contextmenu - Perl Right-Click Menu on STDOUT only works with System Command -
contextmenu - Perl Right-Click Menu on STDOUT only works with System Command -
i want right-click , standard command-prompt context menu perl script's stdout/stdin. yet works if i've first "connected system". why?
this not have right-click menu:
print 'hello world'; # `dir`; # *needs* - commented out doesn't work <stdin>; # hold window open
yet does:
print 'hello world'; `dir`; # in backticks or system() work <stdin>; # hold window open
theories why context menu doesn't show up old version of perl issue i'm stuck till upgrade (if ever) something weird not beingness able pass in command line arguments because windows doesn't giving access details file-types anymore? (yes know there registry fix, if prepare on mine i'll need prepare on 6 other computers) some other random issue? setup windows 7 perl 5.6.0 no libraries (yea know - i'm stuck it) run using double-click (.pl files set open "c:...\perl.exe" "%1" (no command line options)) perl contextmenu
Comments
Post a Comment