Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: grep in line and print

by justbow (Initiate)
on Jan 24, 2013 at 02:36 UTC ( [id://1015067]=note: print w/replies, xml ) Need Help??


in reply to Re: grep in line and print
in thread grep in line and print

do u mean like this :
foreach print $line,"\n"; (@macall) {
it will be error :D

Replies are listed 'Best First'.
Re^3: grep in line and print
by roboticus (Chancellor) on Jan 24, 2013 at 19:29 UTC

    justbow:

    No, I meant like this:

    my @macall = qw(print @input); foreach $line (@macall) { print "<$line>\n"; if ($line =~ /C4:46:19:75:C1:55:\s+(\S+)/) { $id = $1; } } print "ID = $id"; return (0);

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1015067]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-19 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found