Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Print multiple value from file

by RichardK (Parson)
on Aug 10, 2015 at 09:54 UTC ( [id://1137991]=note: print w/replies, xml ) Need Help??


in reply to Print multiple value from file

That's because you search for 'ssId' twice! You'll have to change that if you want it to do something else.

if ($_= ~/ssId=\s*?(\S+)/) { ... } if ($_= ~/ssId=\s*?(\S+)/) { ... }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 08:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found