/[cvs]/nfo/perl/libs/shortcuts.pm
ViewVC logotype

Diff of /nfo/perl/libs/shortcuts.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by jonen, Wed Jul 2 11:17:32 2003 UTC revision 1.18 by joko, Fri Dec 5 04:58:04 2003 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ## ---------------------------------------------------------------------------  ## ---------------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.18  2003/12/05 04:58:04  joko
6    ##  + minor update: doesn't require IPC::Session anymore
7    ##
8  ##  Revision 1.17  2003/07/02 11:17:32  jonen  ##  Revision 1.17  2003/07/02 11:17:32  jonen
9  ##  minor changes  ##  minor changes
10  ##  ##
# Line 84  use IPC::Run qw( start pump finish timeo Line 87  use IPC::Run qw( start pump finish timeo
87  use Carp;  use Carp;
88    
89  # NEW - 2003-06-23 for Linux (what about *BSD?)  # NEW - 2003-06-23 for Linux (what about *BSD?)
90  use IPC::Session;  #use IPC::Session;
91    
92  use File::Spec;  use File::Spec;
93  use Proc::Background;  use Proc::Background;
# Line 337  sub run_cmd { Line 340  sub run_cmd {
340    
341    } else {    } else {
342      print STDOUT "run_cmd: system('$cmd').", "\n";      print STDOUT "run_cmd: system('$cmd').", "\n";
343        #print $ENV{PERL5LIB}, "\n";
344      system($cmd);      system($cmd);
345    }    }
346        

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed