http://qs321.pair.com?node_id=930920

metaperl has asked for the wisdom of the Perl Monks concerning the following question:

After installing Finance::Bitcoin, I attempted to run the program examples\FB_high_level_api.pl but came across an error I dont know how to solve:
c:\Users\thequietcenter\prg\Finance-Bitcoin-0.003>examples\FB_high +_level_api.pl examples\FB_high_level_api.pl BEGIN not safe after errors--compilation aborted at C:/strawberry/perl +/lib/Carp/Heavy.pm line 11. Compilation failed in require at C:/strawberry/perl/lib/Carp.pm line 3 +3.

Replies are listed 'Best First'.
Re: compilation aborted, but how to know why?
by Anonymous Monk on Oct 12, 2011 at 07:23 UTC
    $ perl -Mblib examples\FB_high_level_api.pl syntax error at examples\FB_high_level_api.pl line 12, near "->receive +d)" Execution of examples\FB_high_level_api.pl aborted due to compilation +errors.
    say $address->address, ": ", $address->received);