From 111f3cae77d8593b4399a8949465f575aa0a09e9 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 22 May 2026 15:08:18 +0200 Subject: [PATCH] add print test page v5 --- apply.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apply.pl b/apply.pl index 8e122ce..703c5f6 100644 --- a/apply.pl +++ b/apply.pl @@ -1681,11 +1681,11 @@ sub test_print_queue( $$ ) my $ts = scalar( localtime( time() ) ); - print( $fh "SMArT / MARS_NWE print queue test\n" ); - print( $fh "Server: $server\n" ); - print( $fh "Queue: $queue\n" ); - print( $fh "Time: $ts\n" ); - print( $fh "\nIf you can read this, the NetWare print queue accepted a test job.\n" ); + print $fh "SMArT / MARS_NWE print queue test\n"; + print $fh "Server: $server\n"; + print $fh "Queue: $queue\n"; + print $fh "Time: $ts\n"; + print $fh "\nIf you can read this, the NetWare print queue accepted a test job.\n"; if( ! close( $fh ) ) {