Help for this page

Select Code to Download


  1. or download this
    system("start /b notepad $filename");
    
  2. or download this
    my $editor = $ENV{EDITOR} || 'notepad.exe';
    system("start /b $editor $filename;