Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Should I be using tie for this?

by Plankton (Vicar)
on Jun 16, 2004 at 20:35 UTC ( [id://367419]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    $BT->{'links'}[0]->makeLinks();
    # I never get here because of memory issue
    $BT->dumpPretty();
    
  2. or download this
    $ ./tieBoardTree.pl
    Can't locate object method "TIESCALAR" via package "Tie::File" at
    ...
        
    Uncaught exception from user code:
            Can't locate object method "TIESCALAR" via package "Tie::File"
    + at ./tieBoardTree.pl line 47.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found