Help for this page

Select Code to Download


  1. or download this
     --
    |5 |  Enter the number of daily log files to copy
     --
     --
    |5 |  Enter the number of audit log files to copy
     --
    
  2. or download this
     --
    |5 |                                               Enter the number of
    + daily log files to copy
     --
     --
    |5 |  Enter the number of audit log files to copy
     --
    
  3. or download this
    use Modern::Perl;
    use Tk;
    
    ...
                                ) -> pack( -before => $entryAuditLogs, -si
    +de => 'right');   
                                
    MainLoop;
    
  4. or download this
    use Modern::Perl;
    use Tk;
    
    ...
                                ) -> pack( -side => 'left' );   
                                
    MainLoop;