Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

B::Xref buggy?

by LanX (Saint)
on Nov 15, 2018 at 00:09 UTC ( [id://1225829]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    D:\tmp>perl -c tst_b_xref.pl
    tst_b_xref.pl syntax OK
    ...
        push @{$lines},+{status    => $row[0]};     #9
    
    }
    
  2. or download this
    tst_b_xref.pl    (main)           2 (lexical)       $ sth             
    + intro
    tst_b_xref.pl    (main)           2 (lexical)       $ lines           
    + intro
    ...
    tst_b_xref.pl    (main)           9 (lexical)       $ sth             
    + used
    tst_b_xref.pl    (main)           9 (lexical)       $ sth             
    + subused
    tst_b_xref.pl    (main)           9 (lexical)       @ row             
    + intro
    
  3. or download this
    $ cat /tmp/xref.out
    tst_b_xref.pl    (main)           2 (lexical)       $ sth             
    + intro
    ...
    tst_b_xref.pl    (main)           9 (lexical)       $ sth             
    + used
    tst_b_xref.pl    (main)           9 (lexical)       $ sth             
    + subused
    tst_b_xref.pl    (main)           9 (lexical)       @ row             
    + intro
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1225829]
Approved by johngg
Front-paged by haukex
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found