in reply to Re^3: How to close the default browser in perl
in thread How to close the default browser in perl

Hey hii, Isn't it possible to write a script for Alt +F4 ?
  • Comment on Re^4: How to close the default browser in perl

Replies are listed 'Best First'.
Re^5: How to close the default browser in perl
by Discipulus (Canon) on Jan 19, 2015 at 09:43 UTC
    Hello ppp, you are mixing Perl and OS issues. Alt+F4 is an OS feature. If you are on windows you can write in Perl some wrapper around autohotkey

    HtH
    L*
    There are no rules, there are no thumbs..
    Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.
      @Discipulus thanks .. Win32::Guitest will not be that much helpful. Bout could you please give me idea how using Autohotkey ? Can we write perl script for AL+F4 using hotkey ?