- Timestamp:
- Jun 12, 2026, 2:47:49 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/psgetcalibinfo
r42983 r43052 10 10 use Carp; 11 11 12 use IPC::Cmd 0.36 qw( can_run run);12 use IPC::Cmd 0.36 qw( can_run ); 13 13 #use File::Temp qw( tempfile ); 14 14 #use File::Copy; … … 19 19 use PS::IPP::Metadata::List qw( parse_md_list ); 20 20 21 use PS::IPP::Config qw( :standard );21 use PS::IPP::Config qw( :standard ps_run ); 22 22 #use PS::IPP::PStamp::RequestFile qw( :standard ); 23 23 #use PS::IPP::PStamp::Job qw( :standard ); … … 55 55 $command .= " -dbname $dbname" if $dbname; 56 56 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 57 run(command => $command, verbose => $verbose);57 ps_run(command => $command, verbose => $verbose); 58 58 unless ($success) { 59 59 die("Unable to perform $command error code: $error_code");
Note:
See TracChangeset
for help on using the changeset viewer.
