Help for this page

Select Code to Download


  1. or download this
     #!/usr/bin/perl -w
    
  2. or download this
        my $scanned = `iwlist scan`;
        ...
        my @lines = split(/\n/, $scanned);
    
  3. or download this
        chomp( my @lines = `iwlist scan` );
    
  4. or download this
                        if ( $pat =~ m/"/i )  {
    
  5. or download this
                if ( $_ =~ m/ttl/i || $_ =~ m/rtt/i) {
    
  6. or download this
                if ( /ttl|rtt/i ) {
    
  7. or download this
    #trims all quotes from the ESSID string 
    sub trim {
    ...
    ...
    
        my $connection = &trim($conn[0]);
    
  8. or download this
    $ perl -le'
    sub test {
    ...
    print $stuff;
    '
    26
    
  9. or download this
        ( my $connection = $conn[ 0 ] ) =~ tr/"//d;
    
  10. or download this
        Please select network by typing it`s name