Help for this page

Select Code to Download


  1. or download this
    my @connection = &trim($conn[0]);
    if (system("iwconfig wlan0 essid $connection[0] key s:$pawd " ) ) {
    
  2. or download this
    sub trim {
        my ( $tr ) = @_;
        return ( split /"/, $tr )[ 0 ];
        }