Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: CX or System

by Eliya (Vicar)
on Apr 04, 2012 at 19:03 UTC ( [id://963510]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dbpass=qx{ password_decode \$(grep "name=\\"db\\"" /opt/SecureSphe
    +re/etc/bootstrap.xml|cut -d\\" -f4) };
    
  2. or download this
    my $cmd = q{ password_decode $(grep "name=\"db\"" /opt/SecureSphere/et
    +c/bootstrap.xml|cut -d\" -f4) };
    my $dbpass = qx{ $cmd };
    
  3. or download this
    password_decode 999 101 104 814 999 1035 1070grep "name="db"" /opt/Sec
    +ureSphere/etc/bootstrap.xml|cut -d" -f4)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found