Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Using a shared object in perl

by Anonymous Monk
on Aug 20, 2011 at 02:48 UTC ( [id://921357]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    diff -ruN empty/lib/SOso.pm SOso-0.01/lib/SOso.pm
    --- empty/lib/SOso.pm    1969-12-31 16:00:00.000000000 -0800
    +++ SOso-0.01/lib/SOso.pm    2011-08-19 19:28:36.000000000 -0700
    ...
    +use warnings;
    +use Test::More tests => 1;
    +BEGIN { use_ok('SOso') };
    
  2. or download this
    md SOso-0.01
    cd SOso-0.01
    patch -p1 < ../SOso-0.01.patch.txt
    
  3. or download this
    $ tree -f blib
    blib
    ...
    |-- blib/man3
    `-- blib/script
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://921357]
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-25 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found