Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Ordering of print statements

by Paladin (Vicar)
on Jun 01, 2018 at 22:51 UTC ( [id://1215686]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($line =~ /\s*APP>\s*LumaIntraMode\s:(\w+),\suse_intrabc:(\d)/i) {
       $values{Luma_mode} = $1;
    }
    
    # etc...
    
  2. or download this
    print "Luma Mode: ", $values{Luma_Mode}, "\n";
    print "Luma Angle: ", $values{Luma_Angle}, "\n";
    
    # etc...
    

Log In?
Username:
Password:

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

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

    No recent polls found