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.