Help for this page

Select Code to Download


  1. or download this
    sub err2 {
            #You messed up again...
    ...
            system("clear");
            menu();
    }
    
  2. or download this
    sub con {
       #Gives the option to connect to different system
    ...
            system("clear");
            menu();
    }