--- nfo/perl/libs/shortcuts.pm 2003/07/02 11:17:32 1.17 +++ nfo/perl/libs/shortcuts.pm 2004/05/11 19:45:30 1.19 @@ -1,7 +1,13 @@ ## --------------------------------------------------------------------------- -## $Id: shortcuts.pm,v 1.17 2003/07/02 11:17:32 jonen Exp $ +## $Id: shortcuts.pm,v 1.19 2004/05/11 19:45:30 joko Exp $ ## --------------------------------------------------------------------------- ## $Log: shortcuts.pm,v $ +## Revision 1.19 2004/05/11 19:45:30 joko +## now exporting RUNNING_IN_HELL +## +## Revision 1.18 2003/12/05 04:58:04 joko +## + minor update: doesn't require IPC::Session anymore +## ## Revision 1.17 2003/07/02 11:17:32 jonen ## minor changes ## @@ -74,6 +80,7 @@ get_chomped bool2status make_guid + RUNNING_IN_HELL ); @@ -84,7 +91,7 @@ use Carp; # NEW - 2003-06-23 for Linux (what about *BSD?) -use IPC::Session; +#use IPC::Session; use File::Spec; use Proc::Background; @@ -337,6 +344,7 @@ } else { print STDOUT "run_cmd: system('$cmd').", "\n"; + #print $ENV{PERL5LIB}, "\n"; system($cmd); }