Lines 45-51
my $hours = 0;
Link Here
|
45 |
GetOptions( 'h|hours=s' => \$hours, ); |
45 |
GetOptions( 'h|hours=s' => \$hours, ); |
46 |
|
46 |
|
47 |
my $usage = << 'ENDUSAGE'; |
47 |
my $usage = << 'ENDUSAGE'; |
48 |
longoverdue.pl : This cron script will set any item of the location CART ( Shelving Cart ) to it's original shelving location |
48 |
cart_to_shelf.pl: This cron script will set any item of the location CART ( Shelving Cart ) to it's original shelving location |
49 |
after the given numer of hours has passed. |
49 |
after the given numer of hours has passed. |
50 |
|
50 |
|
51 |
This script takes the following parameters : |
51 |
This script takes the following parameters : |
52 |
- |
|
|