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