in reply to system() on linux/win32
use strict; use Win32::Shell; #Win32::Shell::Execute(Operation, File, Parameters, Directory, ShowCmd +) my $file="C:\\windows\\desktop\\file.xls"; Win32::Shell::Execute("open", "$file", 1, undef, "SW_SHOW");
Update: added code tags, larsen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: system() on linux/win32
by NaSe77 (Monk) on Apr 26, 2002 at 08:29 UTC | |
by dree (Monsignor) on Apr 26, 2002 at 12:29 UTC | |
by Anonymous Monk on Apr 26, 2002 at 13:22 UTC |