Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
# Global: $OS_TYPE trace_me(); my ($c) = @_; our ($OS_TYPE); my ($ids); $ids = selected_ids($c); if ($OS_TYPE eq 'mswin32') { # Win32 launch_background('glim.exe', 'glim ' . join(' ', @{$ids}));
20030808 Edit by Corion: Added CODE tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing bits of an array to an executable a piece at a time
by BrowserUk (Patriarch) on Aug 08, 2003 at 12:10 UTC | |
|
Re: passing bits of an array to an executable a piece at a time
by krisahoch (Deacon) on Aug 08, 2003 at 11:18 UTC | |
by Cine (Friar) on Aug 08, 2003 at 11:43 UTC | |
by krisahoch (Deacon) on Aug 08, 2003 at 13:27 UTC | |
|
Re: passing bits of an array to an executable a piece at a time
by Zeroth (Beadle) on Aug 08, 2003 at 09:47 UTC | |
|
Re: passing bits of an array to an executable a piece at a time
by Cine (Friar) on Aug 08, 2003 at 11:45 UTC |